This plugin contains syntax highlighting for LLVM. The syntax files were copied from The LLVM Project
This plugin can be installed with a variety of plugin managers:
- Pathogen
- `git clone https://github.com/tommyvagbratt/vim-llvm ~/.vim/bundle/vim-llvm
- NeoBundle
NeoBundle 'tommyvagbratt/vim-llvm'
- Vundle
Plugin 'tommyvagbratt/vim-llvm'
- Plug
Plug 'tommyvagbratt/vim-llvm'
- manual
- copy all of the files into your
~/.vim
directory