Optionally load coc.nvim

pull/1/head
Ensar Sarajčić 2021-01-19 10:58:56 +01:00
parent dc3db7c419
commit 5652ff1f34
1 changed files with 3 additions and 1 deletions

View File

@ -51,7 +51,9 @@ Plug 'tpope/vim-speeddating'
" -----------------------------------------------------------------------------
" - Autocompletion -
" -----------------------------------------------------------------------------
if !exists('g:loaded_node_provider') || g:loaded_node_provider != 0
Plug 'neoclide/coc.nvim', {'branch': 'release'}
endif
Plug 'ervandew/supertab'
" -----------------------------------------------------------------------------