Skip to content

wagnerf42/vim-clippy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

vim-clippy

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 vim-clippy will provide whole project based syntax checking using cargo clippy. This plugin is derived from cargo.vim

Install

Install syntastic, follow the instructions there. Install cargo clippy easily using cargo install clippy. Of course, it requires rust-nightly. Then install this plugin.

You can select amongst different rust checkers using: let g:syntastic_rust_checkers = ['clippy']

License

vim-clippy 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.

About

check rust code in vim using cargo clippy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published