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