Skip to content

Unreal Engine development plugin for Vim

License

Notifications You must be signed in to change notification settings

drichardson/vim-unreal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.