mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-03 06:27:21 +01:00
exclude javascript,jsx from polyglot - fixes indent issue
This commit is contained in:
@@ -232,6 +232,9 @@ iab xnow <c-r>=strftime("%Y-%m-%d %H:%M")<cr>
|
||||
"" editorconfig
|
||||
let g:EditorConfig_exclude_patterns = ['fugitive://.*', 'scp://.*']
|
||||
|
||||
"" plolyglott
|
||||
let g:polyglot_disabled = ['javascript', 'jsx']
|
||||
|
||||
"" vim-grepper
|
||||
nnoremap <leader>/ :Grepper -tool rg<cr>
|
||||
nnoremap <leader>* :Grepper -tool rg -cword -noprompt<cr>
|
||||
|
||||
Reference in New Issue
Block a user