The ultimate Vim configuration: vimrc
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Isaac Andrade a0d57ea14e Add plugins for Rust support. 8 years ago
..
after/syntax Add plugins for Rust support. 8 years ago
autoload Add plugins for Rust support. 8 years ago
compiler Add plugins for Rust support. 8 years ago
doc Add plugins for Rust support. 8 years ago
ftdetect Add plugins for Rust support. 8 years ago
ftplugin Add plugins for Rust support. 8 years ago
indent Add plugins for Rust support. 8 years ago
plugin Add plugins for Rust support. 8 years ago
syntax Add plugins for Rust support. 8 years ago
syntax_checkers/rust Add plugins for Rust support. 8 years ago
.gitignore Add plugins for Rust support. 8 years ago
README.md Add plugins for Rust support. 8 years ago

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

  1. Add Plugin 'wting/rust.vim' to ~/.vimrc
  2. 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

  1. cd ~/.vim/bundle
  2. git clone https://github.com/wting/rust.vim.git