mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-03 06:27:21 +01:00
use internal editor config, add scp to exlude patterns
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user