dot-files/vim/bundle/rust
Buddy Sandidge 59cb6672a6 Merge commit '2bd57c7174d5a44157d4b3144e93c8424ef7c493' as 'vim/bundle/rust'
..
after/syntax Merge commit '2bd57c7174d5a44157d4b3144e93c8424ef7c493' as 'vim/bundle/rust'
autoload Merge commit '2bd57c7174d5a44157d4b3144e93c8424ef7c493' as 'vim/bundle/rust'
compiler Merge commit '2bd57c7174d5a44157d4b3144e93c8424ef7c493' as 'vim/bundle/rust'
doc Merge commit '2bd57c7174d5a44157d4b3144e93c8424ef7c493' as 'vim/bundle/rust'
ftdetect Merge commit '2bd57c7174d5a44157d4b3144e93c8424ef7c493' as 'vim/bundle/rust'
ftplugin Merge commit '2bd57c7174d5a44157d4b3144e93c8424ef7c493' as 'vim/bundle/rust'
indent Merge commit '2bd57c7174d5a44157d4b3144e93c8424ef7c493' as 'vim/bundle/rust'
plugin Merge commit '2bd57c7174d5a44157d4b3144e93c8424ef7c493' as 'vim/bundle/rust'
syntax Merge commit '2bd57c7174d5a44157d4b3144e93c8424ef7c493' as 'vim/bundle/rust'
syntax_checkers/rust Merge commit '2bd57c7174d5a44157d4b3144e93c8424ef7c493' as 'vim/bundle/rust'
.gitignore Merge commit '2bd57c7174d5a44157d4b3144e93c8424ef7c493' as 'vim/bundle/rust'
README.md Merge commit '2bd57c7174d5a44157d4b3144e93c8424ef7c493' as 'vim/bundle/rust'

README.md

rust.vim

Description

This is a vim plugin that provides Rust file detection and syntax highlighting.

Installation

Using Vundle

  1. Add Plugin 'rust-lang/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/rust-lang/rust.vim.git

Using NeoBundle

  1. Add NeoBundle 'rust-lang/rust.vim' to ~/.vimrc
  2. Re-open vim or execute :NeoBundleInstall