use release branch of coc.nvim
This commit is contained in:
parent
920cd98c5b
commit
c6c45628a4
|
@ -56,7 +56,7 @@ call plug#begin('~/.config/nvim/bundle')
|
|||
" SEE BOTTOM OF VIMRC FOR coc#add_extension statement
|
||||
" for some reason fails when added some other places
|
||||
|
||||
Plug 'neoclide/coc.nvim', {'tag': '*', 'do': { -> coc#util#install()}}
|
||||
Plug 'neoclide/coc.nvim', {'branch': 'release', 'do': { -> coc#util#install()}}
|
||||
|
||||
let g:coc_snippet_next = '<tab>'
|
||||
let g:coc_snippet_prev = '<s-tab>'
|
||||
|
|
Loading…
Reference in New Issue