This commit is contained in:
ManjaroOne666 2019-08-22 21:11:43 +01:00
commit e2517ba58e
3 changed files with 13 additions and 3 deletions

2
vimrc
View file

@ -826,7 +826,7 @@ runtime vimrc-overrides
if has('nvim')
" TODO - try 'coc-tsserver'
call coc#add_extension( 'coc-vetur', 'coc-python', 'coc-phpls', 'coc-json', 'coc-css', 'coc-eslint', 'coc-vimlsp')
call coc#add_extension( 'coc-vetur', 'coc-python', 'coc-phpls', 'coc-json', 'coc-css', 'coc-prettier', 'coc-eslint', 'coc-vimlsp')
endif
" vim: set foldmethod=marker: