Skip to content

Commit

Permalink
Update coc.nvim install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
indrekj committed Jan 5, 2020
1 parent 02f65dd commit 091130a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/nvim/init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Plug 'solars/github-vim'
" Autocomplete and search
Plug 'ctrlpvim/ctrlp.vim'
Plug 'rking/ag.vim'
Plug 'neoclide/coc.nvim', {'tag': '*', 'do': { -> coc#util#install()}}
Plug 'neoclide/coc.nvim', {'branch': 'release'}

" Javascript
Plug 'neoclide/vim-jsx-improve'
Expand Down

0 comments on commit 091130a

Please sign in to comment.