/vim-llvm

VIM package for LLVM developers

Primary LanguageVimLOtherNOASSERTION

VIM package for LLVM developers

These files were copied from The LLVM source tree.

Installation

Pathogen

If using pathogen.vim:

git clone git://github.com/garious/vim-llvm.git ~/.vim/bundle/vim-llvm

Vundle

If using Vundle, add Plugin 'garious/vim-llvm' to your ~/.vimrc and then:

vim +PluginInstall +qall