1
0
Fork 0
mirror of synced 2024-06-28 19:51:08 -04:00
ultimate-vim/sources_non_forked/rust.vim
2018-10-14 21:43:54 +08:00
..
after/syntax myset 2018-10-14 21:43:54 +08:00
autoload myset 2018-10-14 21:43:54 +08:00
compiler myset 2018-10-14 21:43:54 +08:00
doc myset 2018-10-14 21:43:54 +08:00
ftdetect myset 2018-10-14 21:43:54 +08:00
ftplugin myset 2018-10-14 21:43:54 +08:00
indent myset 2018-10-14 21:43:54 +08:00
plugin myset 2018-10-14 21:43:54 +08:00
syntax myset 2018-10-14 21:43:54 +08:00
syntax_checkers/rust myset 2018-10-14 21:43:54 +08:00
.gitignore myset 2018-10-14 21:43:54 +08:00
README.md myset 2018-10-14 21:43:54 +08: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