coc#add_extension
This commit is contained in:
parent
6374403d6c
commit
7660028ca4
3 changed files with 10 additions and 8 deletions
5
vimrc
5
vimrc
|
|
@ -16,6 +16,7 @@ if has('nvim')
|
|||
|
||||
call plug#begin('~/.vim/bundle')
|
||||
source ~/.config/vim/config/plugins.nvim.vim
|
||||
"
|
||||
else
|
||||
if empty(glob('~/.vim/autoload/plug.vim'))"{{{
|
||||
silent !curl -fLo ~/.vim/autoload/plug.vim --create-dirs
|
||||
|
|
@ -823,5 +824,9 @@ iabbrev ct'' content-type: '';
|
|||
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')
|
||||
endif
|
||||
|
||||
" vim: set foldmethod=marker:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue