Add a vim configuration plugin for Rust.
This commit is contained in:
parent
5a6a0785e1
commit
fc2e3b1c13
1 changed files with 1 additions and 0 deletions
1
.vimrc
1
.vimrc
|
@ -16,6 +16,7 @@ Plugin 'antoyo/vim-licenses' " Vim Plugin that Provides Commands to Add
|
||||||
Plugin 'vim-utils/vim-troll-stopper' " Stop Unicode trolls from messing with your code.
|
Plugin 'vim-utils/vim-troll-stopper' " Stop Unicode trolls from messing with your code.
|
||||||
Plugin 'breard-r/vim-dnsserial' " Another DNS-zone serial number updater.
|
Plugin 'breard-r/vim-dnsserial' " Another DNS-zone serial number updater.
|
||||||
Plugin 'sjl/badwolf' " A Vim color scheme.
|
Plugin 'sjl/badwolf' " A Vim color scheme.
|
||||||
|
Plugin 'rust-lang/rust.vim' " Vim configuration for Rust.
|
||||||
call vundle#end()
|
call vundle#end()
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue