add list of coc extensions used
This commit is contained in:
parent
b17cf63cff
commit
066926e863
|
@ -48,6 +48,14 @@
|
|||
" #coc.nvim{{{
|
||||
" https://github.com/neoclide/coc.nvim
|
||||
|
||||
" installed extensions:
|
||||
" coc-vetur
|
||||
" coc-python
|
||||
" coc-phpls
|
||||
" coc-json
|
||||
" coc-css
|
||||
" coc-eslint
|
||||
|
||||
Plug 'neoclide/coc.nvim', {'tag': '*', 'do': { -> coc#util#install()}}
|
||||
|
||||
let g:coc_snippet_next = '<tab>'
|
||||
|
|
Loading…
Reference in New Issue