Skip to content

Commit

Permalink
Change coc branch on plug-in
Browse files Browse the repository at this point in the history
  • Loading branch information
lourenci committed Jul 10, 2019
1 parent 8cf7c91 commit 9586087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vim/vim.symlink/plugin/plugins.vim
Expand Up @@ -33,7 +33,7 @@ Plug 'sheerun/vim-polyglot'

Plug 'iamcco/markdown-preview.nvim', { 'do': { -> mkdp#util#install() } }

Plug 'neoclide/coc.nvim', { 'tag': '*', 'do': './install.sh' }
Plug 'neoclide/coc.nvim', { 'branch': 'release' }

" Themes
Plug 'altercation/vim-colors-solarized'
Expand Down

0 comments on commit 9586087

Please sign in to comment.