dotfiles/vim/vim.symlink/bundle/rust.vim
2015-01-11 09:44:05 +00:00
..
after/syntax Add Rust support. 2015-01-11 09:44:05 +00:00
autoload Add Rust support. 2015-01-11 09:44:05 +00:00
compiler Add Rust support. 2015-01-11 09:44:05 +00:00
doc Add Rust support. 2015-01-11 09:44:05 +00:00
ftdetect Add Rust support. 2015-01-11 09:44:05 +00:00
ftplugin Add Rust support. 2015-01-11 09:44:05 +00:00
indent Add Rust support. 2015-01-11 09:44:05 +00:00
plugin Add Rust support. 2015-01-11 09:44:05 +00:00
syntax Add Rust support. 2015-01-11 09:44:05 +00:00
syntax_checkers/rust Add Rust support. 2015-01-11 09:44:05 +00:00
.gitignore Add Rust support. 2015-01-11 09:44:05 +00:00
README.md Add Rust support. 2015-01-11 09:44:05 +00:00

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