Optionally load coc.nvim
parent
dc3db7c419
commit
5652ff1f34
|
@ -51,7 +51,9 @@ Plug 'tpope/vim-speeddating'
|
||||||
" -----------------------------------------------------------------------------
|
" -----------------------------------------------------------------------------
|
||||||
" - Autocompletion -
|
" - Autocompletion -
|
||||||
" -----------------------------------------------------------------------------
|
" -----------------------------------------------------------------------------
|
||||||
|
if !exists('g:loaded_node_provider') || g:loaded_node_provider != 0
|
||||||
Plug 'neoclide/coc.nvim', {'branch': 'release'}
|
Plug 'neoclide/coc.nvim', {'branch': 'release'}
|
||||||
|
endif
|
||||||
Plug 'ervandew/supertab'
|
Plug 'ervandew/supertab'
|
||||||
|
|
||||||
" -----------------------------------------------------------------------------
|
" -----------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue