use internal editor config, add scp to exlude patterns

This commit is contained in:
Thomas Ruoff
2018-05-14 22:54:53 +02:00
parent f9c702ed55
commit 4eedfbcd44

View File

@@ -218,8 +218,7 @@ iab xnow <c-r>=strftime("%Y-%m-%d %H:%M")<cr>
" 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 <leader>/ :Grepper -tool rg<cr>