All Projects → wting → Rust.vim

wting / Rust.vim

Vim support for Rust file detection and syntax highlighting.

Labels

Projects that are alternatives of or similar to Rust.vim

Color Schemes
Color schemes I've used for an extended period of time and like
Stars: ✭ 244 (-15.28%)
Mutual labels:  viml
Vim Language Server
VImScript language server, LSP for vim script
Stars: ✭ 264 (-8.33%)
Mutual labels:  viml
Dotfiles
My config files
Stars: ✭ 276 (-4.17%)
Mutual labels:  viml
Spf13 Vim
The ultimate vim distribution
Stars: ✭ 15,235 (+5189.93%)
Mutual labels:  viml
Vim Rubocop
The Vim RuboCop plugin runs RuboCop and displays the results in Vim
Stars: ✭ 262 (-9.03%)
Mutual labels:  viml
Vim Tomorrow Theme
Tomorrow Theme for Vim
Stars: ✭ 269 (-6.6%)
Mutual labels:  viml
Drawit
Ascii drawing plugin: lines, ellipses, arrows, fills, and more!
Stars: ✭ 243 (-15.62%)
Mutual labels:  viml
Investigate.vim
A Vim plugin for looking up documentation
Stars: ✭ 282 (-2.08%)
Mutual labels:  viml
Vim Smooth Scroll
Make scrolling in Vim more pleasant
Stars: ✭ 262 (-9.03%)
Mutual labels:  viml
Dotfiles
twerth
Stars: ✭ 274 (-4.86%)
Mutual labels:  viml
Piv
PHP Integration environment for Vim
Stars: ✭ 255 (-11.46%)
Mutual labels:  viml
File Line
Plugin for vim to enabling opening a file in a given line
Stars: ✭ 260 (-9.72%)
Mutual labels:  viml
Vim Hemisu
A Vim color scheme with dark and light variants
Stars: ✭ 271 (-5.9%)
Mutual labels:  viml
Fuzzyfinder
buffer/file/command/tag/etc explorer with fuzzy matching
Stars: ✭ 252 (-12.5%)
Mutual labels:  viml
Vim Powerline
Moved to powerline/powerline.
Stars: ✭ 2,880 (+900%)
Mutual labels:  viml
Vim Online Thesaurus
A Vim plugin for looking up words in an online thesaurus
Stars: ✭ 242 (-15.97%)
Mutual labels:  viml
Jshint2.vim
Lightweight, customizable and functional Vim plugin for JSHint integration.
Stars: ✭ 265 (-7.99%)
Mutual labels:  viml
Elm.vim
Vim plugin for the Elm programming language
Stars: ✭ 286 (-0.69%)
Mutual labels:  viml
Vim Stylus
Syntax Highlighting for Stylus
Stars: ✭ 277 (-3.82%)
Mutual labels:  viml
A.vim
Alternate Files quickly (.c --> .h etc)
Stars: ✭ 272 (-5.56%)
Mutual labels:  viml

rust.vim

DEPRECATED

This work has been replaced by an official plugin: rust-lang/rust.vim

Historically this existed as a useful plugin for working with Rust and keeping up with nightly build changes pre-1.0. Now that the language as relatively stabilized since v1.0 there's less need for this plugin, especially considering there's an official version now.

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].