Skip to content

wting/rust.vim

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
doc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

Vim support for Rust file detection and syntax highlighting.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published