Important dependency on rust-lang/rust.vim, or any Rust plugin, really.
Using Vundle
- Add
Plugin 'treycordova/rustpeg.vim'
to~/.vimrc
vim +PluginInstall +qall
Note: Vundle will not automatically detect .rustpeg
files properly if filetype on
is executed before Vundle. Please check the quickstart for more
details.
Using Pathogen
git clone --depth=1 https://github.com/treycordova/rustpeg.vim.git ~/.vim/bundle/rustpeg.vim
Using NeoBundle
- Add
NeoBundle 'treycordova/rustpeg.vim'
to~/.vimrc
- Re-open vim or execute
:source ~/.vimrc