summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFélix Sipma <gueux@gueux.org>2014-11-05 09:07:11 +0100
committerFélix Sipma <gueux@gueux.org>2014-11-05 09:07:34 +0100
commitbabe24b0dc7ca266c3f73a0d8f1208f1d6cdd998 (patch)
tree0c88e82a534fd6baaca7de6c073dba4fc605b48c
parent255f8ad5c17d78a5b70ac9ebc1dc833838986428 (diff)
put editorconfig config at the end of vimrc
-rw-r--r--.config/vim/vimrc5
1 files changed, 4 insertions, 1 deletions
diff --git a/.config/vim/vimrc b/.config/vim/vimrc
index 67e819e..c8bc436 100644
--- a/.config/vim/vimrc
+++ b/.config/vim/vimrc
@@ -860,7 +860,6 @@ Bundle 'SirVer/ultisnips'
Bundle 'scrooloose/nerdcommenter'
"Bundle 'scrooloose/syntastic'
Bundle 'Vimchant'
-Bundle 'editorconfig/editorconfig-vim'
Bundle 'openscad.vim'
"" YouCompleteMe requires vim > 7.3.584
"Bundle 'Valloric/YouCompleteMe'
@@ -986,3 +985,7 @@ set rtp+=/usr/share/vim/addons
"" vim-outliner
au! BufRead,BufNewFile *.otl setfiletype vo_base
+
+" editorconfig
+" put last so that ".editorconfig" overrides filetype specific properties
+Bundle 'editorconfig/editorconfig-vim'