From 4eedfbcd44f155ed1aba65bea2a2aa855373940d Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Mon, 14 May 2018 22:54:53 +0200 Subject: [PATCH] use internal editor config, add scp to exlude patterns --- vim/.vimrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vim/.vimrc b/vim/.vimrc index 0cf88b1..5e43f89 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -218,8 +218,7 @@ iab xnow =strftime("%Y-%m-%d %H:%M") " Plugin Configuration {{{ "" editorconfig -let g:EditorConfig_core_mode = 'python_external' -let g:EditorConfig_exclude_patterns = ['fugitive://.*'] +let g:EditorConfig_exclude_patterns = ['fugitive://.*', 'scp://.*'] "" vim-grepper nnoremap / :Grepper -tool rg