mirror of
1
0
Fork 0
ultimate-vim/sources_non_forked/rust.vim
Isaac Andrade a0d57ea14e Add plugins for Rust support. 2016-02-05 00:52:39 -07:00
..
after/syntax Add plugins for Rust support. 2016-02-05 00:52:39 -07:00
autoload Add plugins for Rust support. 2016-02-05 00:52:39 -07:00
compiler Add plugins for Rust support. 2016-02-05 00:52:39 -07:00
doc Add plugins for Rust support. 2016-02-05 00:52:39 -07:00
ftdetect Add plugins for Rust support. 2016-02-05 00:52:39 -07:00
ftplugin Add plugins for Rust support. 2016-02-05 00:52:39 -07:00
indent Add plugins for Rust support. 2016-02-05 00:52:39 -07:00
plugin Add plugins for Rust support. 2016-02-05 00:52:39 -07:00
syntax Add plugins for Rust support. 2016-02-05 00:52:39 -07:00
syntax_checkers/rust Add plugins for Rust support. 2016-02-05 00:52:39 -07:00
.gitignore Add plugins for Rust support. 2016-02-05 00:52:39 -07:00
README.md Add plugins for Rust support. 2016-02-05 00:52:39 -07:00

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