Simple image host.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
mort 4dd3164be9 added rust support to vim 9 年前
..
after/syntax added rust support to vim 9 年前
autoload added rust support to vim 9 年前
compiler added rust support to vim 9 年前
doc added rust support to vim 9 年前
ftdetect added rust support to vim 9 年前
ftplugin added rust support to vim 9 年前
indent added rust support to vim 9 年前
plugin added rust support to vim 9 年前
syntax added rust support to vim 9 年前
syntax_checkers/rust added rust support to vim 9 年前
README.md added rust support to vim 9 年前

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