From 38e2ec23bb3dfeb3ceeeffc855471d9b9263a321 Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Wed, 16 Sep 2020 20:17:57 +0800 Subject: [PATCH] Add editconfig. --- .vim/vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.vim/vimrc b/.vim/vimrc index 7cf8897..8488d2b 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -39,6 +39,7 @@ colo wombat256mod highlight Search cterm=none ctermbg=blue " let g:DisableAutoPHPFolding = 1 +let g:EditorConfig_exclude_patterns = ['fugitive://.*', 'scp://.*'] let g:indent_guides_auto_colors = 0 let g:indent_guides_enable_on_vim_startup = 1 hi IndentGuidesEven ctermbg=8 @@ -60,6 +61,7 @@ filetype off call plug#begin('~/.vim/plugged') Plug 'bonsaiben/bootstrap-snippets' Plug 'ctrlpvim/ctrlp.vim' +Plug 'editorconfig/editorconfig-vim' Plug 'garbas/vim-snipmate' Plug 'godlygeek/csapprox' Plug 'gregsexton/gitv'