/cargo.vim

Vim plug-in for cargo the rust package manager

Primary LanguageVim ScriptApache License 2.0Apache-2.0

cargo.vim

This is a vim plugin for cargo the rust package manager

Features

  • Syntastic checker: while this part of rust.vim can be used to syntax check one file, the syntax checker of cargo.vim will provide whole project based syntax checking, you can think of it as the vim-plugin varinant of cargo-check

Install

Install syntastic, follow the instructions there. Then install this plugin.

License

Cargo.vim is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0).

See LICENSE-APACHE and LICENSE-MIT for details.