My config files
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.
 
 
 
 
 
 
Buddy Sandidge 2bd57c7174 Squashed 'vim/bundle/rust/' content from commit 4a211a458
git-subtree-dir: vim/bundle/rust
git-subtree-split: 4a211a458f4e27b98d7f373658b976b4c2217f85
10 years ago
after/syntax Squashed 'vim/bundle/rust/' content from commit 4a211a458 10 years ago
autoload Squashed 'vim/bundle/rust/' content from commit 4a211a458 10 years ago
compiler Squashed 'vim/bundle/rust/' content from commit 4a211a458 10 years ago
doc Squashed 'vim/bundle/rust/' content from commit 4a211a458 10 years ago
ftdetect Squashed 'vim/bundle/rust/' content from commit 4a211a458 10 years ago
ftplugin Squashed 'vim/bundle/rust/' content from commit 4a211a458 10 years ago
indent Squashed 'vim/bundle/rust/' content from commit 4a211a458 10 years ago
plugin Squashed 'vim/bundle/rust/' content from commit 4a211a458 10 years ago
syntax Squashed 'vim/bundle/rust/' content from commit 4a211a458 10 years ago
syntax_checkers/rust Squashed 'vim/bundle/rust/' content from commit 4a211a458 10 years ago
.gitignore Squashed 'vim/bundle/rust/' content from commit 4a211a458 10 years ago
README.md Squashed 'vim/bundle/rust/' content from commit 4a211a458 10 years ago

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