exclude javascript,jsx from polyglot - fixes indent issue

This commit is contained in:
Thomas Ruoff
2018-10-01 22:17:54 +02:00
parent f7269e3b88
commit f04c74930f

View File

@@ -232,6 +232,9 @@ iab xnow <c-r>=strftime("%Y-%m-%d %H:%M")<cr>
"" editorconfig "" editorconfig
let g:EditorConfig_exclude_patterns = ['fugitive://.*', 'scp://.*'] let g:EditorConfig_exclude_patterns = ['fugitive://.*', 'scp://.*']
"" plolyglott
let g:polyglot_disabled = ['javascript', 'jsx']
"" vim-grepper "" vim-grepper
nnoremap <leader>/ :Grepper -tool rg<cr> nnoremap <leader>/ :Grepper -tool rg<cr>
nnoremap <leader>* :Grepper -tool rg -cword -noprompt<cr> nnoremap <leader>* :Grepper -tool rg -cword -noprompt<cr>