From 9f4a7417ef8a8b5d6006eaabe9aa47394a9f294c Mon Sep 17 00:00:00 2001 From: "flyingscorpio@arch-desktop" <tfranken@protonmail.com> Date: Fri, 15 Jan 2021 11:18:43 +0100 Subject: [PATCH] Add coc extensions in vimrc --- dotfiles/vim/vimrc | 2 ++ 1 file changed, 2 insertions(+) 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