Tryout editorconfig
Requires installation of editorconfig client homebrew editorconfig on mac
This commit is contained in:
parent
480e860104
commit
e34efb8243
1 changed files with 2 additions and 1 deletions
3
vimrc
3
vimrc
|
@ -16,10 +16,12 @@ Plugin 'gmarik/vundle'
|
|||
Plugin 'airblade/vim-gitgutter'
|
||||
Plugin 'bronson/vim-trailing-whitespace'
|
||||
Plugin 'ctrlpvim/ctrlp.vim'
|
||||
Plugin 'editorconfig/editorconfig-vim'
|
||||
Plugin 'fatih/vim-go'
|
||||
Plugin 'godlygeek/tabular'
|
||||
Plugin 'itchyny/lightline.vim'
|
||||
Plugin 'nathanaelkane/vim-indent-guides'
|
||||
Plugin 'posva/vim-vue'
|
||||
Plugin 'rbgrouleff/bclose.vim'
|
||||
Plugin 'rodjek/vim-puppet'
|
||||
Plugin 'thoughtbot/vim-rspec'
|
||||
|
@ -31,7 +33,6 @@ Plugin 'tpope/vim-rails'
|
|||
Plugin 'tpope/vim-repeat'
|
||||
Plugin 'tpope/vim-surround'
|
||||
Plugin 'tpope/vim-vividchalk'
|
||||
Plugin 'posva/vim-vue'
|
||||
Plugin 'vim-ruby/vim-ruby'
|
||||
|
||||
call vundle#end()
|
||||
|
|
Loading…
Reference in a new issue