|
|
||
|---|---|---|
| .. | ||
| after/syntax | ||
| autoload | ||
| compiler | ||
| doc | ||
| ftdetect | ||
| ftplugin | ||
| indent | ||
| plugin | ||
| syntax | ||
| syntax_checkers/rust | ||
| .gitignore | ||
| README.md | ||
README.md
rust.vim
Description
This is a vim plugin provides Rust file detection and syntax highlighting.
It is synchronized daily to the vim support code in rust-lang/rust's master branch via cronjob.
Installation
Using Vundle
- Add
Plugin 'wting/rust.vim'to~/.vimrc vim +PluginInstall +qall
Note: Vundle will not automatically detect Rust files properly if filetype on is executed before Vundle. Please check the quickstart for more
details.
Using Pathogen
cd ~/.vim/bundlegit clone https://github.com/wting/rust.vim.git