mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-03 14:37:25 +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 {{{
|
" Plugin Configuration {{{
|
||||||
|
|
||||||
"" editorconfig
|
"" editorconfig
|
||||||
let g:EditorConfig_core_mode = 'python_external'
|
let g:EditorConfig_exclude_patterns = ['fugitive://.*', 'scp://.*']
|
||||||
let g:EditorConfig_exclude_patterns = ['fugitive://.*']
|
|
||||||
|
|
||||||
"" vim-grepper
|
"" vim-grepper
|
||||||
nnoremap <leader>/ :Grepper -tool rg<cr>
|
nnoremap <leader>/ :Grepper -tool rg<cr>
|
||||||
|
|||||||
Reference in New Issue
Block a user