diff --git a/vim/.vimrc b/vim/.vimrc index c9529eb..6cb1163 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -232,6 +232,9 @@ iab xnow =strftime("%Y-%m-%d %H:%M") "" editorconfig let g:EditorConfig_exclude_patterns = ['fugitive://.*', 'scp://.*'] +"" plolyglott +let g:polyglot_disabled = ['javascript', 'jsx'] + "" vim-grepper nnoremap / :Grepper -tool rg nnoremap * :Grepper -tool rg -cword -noprompt