Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 677 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 677 Bytes

Unreal Engine Development Plugin for Vim

vim-unreal is a plugin for working with Unreal Engine 4 projects using Vim. It consists of:

  • ue4cli command wrappers.
  • quickfix errorformat support for Unreal Header Tool, Unreal Build Tool, and Microsoft Visual C++.
  • UltiSnips snippets for UE4 C++

For more information, see vim-unreal.txt.

Also see vim-cpp, a generic C++ (not UE specific) quality of life plugin that supports clang-format and quick switching between header and implementation files.