use release branch of coc.nvim

This commit is contained in:
Ray Elliott 2020-04-08 12:34:12 +00:00
parent 920cd98c5b
commit c6c45628a4
1 changed files with 1 additions and 1 deletions

View File

@ -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>'