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