Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 497 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 497 Bytes

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