From e34efb8243d44e13fbd9c283927dc01de0e28939 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Wed, 8 Jun 2016 17:08:23 -0400 Subject: [PATCH] Tryout editorconfig Requires installation of editorconfig client homebrew editorconfig on mac --- vimrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 11aaca4..34b7577 100644 --- a/vimrc +++ b/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()