Add coc extensions in vimrc
This commit is contained in:
parent
ef2ba33911
commit
9f4a7417ef
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue