diff --git a/dotfiles/vim/vimrc b/dotfiles/vim/vimrc index e7b5150..29514c8 100644 --- a/dotfiles/vim/vimrc +++ b/dotfiles/vim/vimrc @@ -103,6 +103,8 @@ let g:pymode_options_max_line_length = 90 let g:pymode_options_colorcolumn = 0 let g:pymode_lint_ignore = ["E203"] +let g:coc_global_extensions = [ 'coc-python', 'coc-json', 'coc-html', 'coc-css', 'coc-vimtex' ] + "let g:ycm_extra_conf_globlist = ['!~/*'] " is overwritten in autogroups for c "let g:ycm_autoclose_preview_window_after_insertion = 1