You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
11 years ago | |
|---|---|---|
| .. | ||
| after/syntax | 11 years ago | |
| autoload | 11 years ago | |
| compiler | 11 years ago | |
| doc | 11 years ago | |
| ftdetect | 11 years ago | |
| ftplugin | 11 years ago | |
| indent | 11 years ago | |
| plugin | 11 years ago | |
| syntax | 11 years ago | |
| syntax_checkers/rust | 11 years ago | |
| .gitignore | 11 years ago | |
| README.md | 11 years ago | |
README.md
rust.vim
Description
This is a vim plugin that provides Rust file detection and syntax highlighting.
Installation
Using Vundle
- Add
Plugin 'rust-lang/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/rust-lang/rust.vim.git
Using NeoBundle
- Add
NeoBundle 'rust-lang/rust.vim'to~/.vimrc - Re-open vim or execute
:NeoBundleInstall