Add the EditorConfig plugin
This commit is contained in:
parent
f07dd346d6
commit
dfd7bd9730
1 changed files with 9 additions and 8 deletions
1
.vimrc
1
.vimrc
|
@ -17,6 +17,7 @@ Plugin 'breard-r/vim-dnsserial' " Another DNS-zone serial number updater.
|
|||
Plugin 'sjl/badwolf' " A Vim color scheme.
|
||||
Plugin 'rust-lang/rust.vim' " Vim configuration for Rust.
|
||||
Plugin 'cespare/vim-toml' " Vim syntax for TOML.
|
||||
Plugin 'editorconfig/editorconfig-vim' " EditorConfig plugin
|
||||
call vundle#end()
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue