Tryout editorconfig

Requires installation of editorconfig client

homebrew editorconfig on mac
This commit is contained in:
Andrew Tomaka 2016-06-08 17:08:23 -04:00
parent 480e860104
commit e34efb8243

3
vimrc
View file

@ -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()