Use master branch for latest fixes to CoC
This commit is contained in:
parent
69573e53cc
commit
1c3d7d38dd
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ Plug 'editorconfig/editorconfig-vim'
|
|||
Plug 'flazz/vim-colorschemes'
|
||||
|
||||
" Completion and other inline type hints
|
||||
Plug 'neoclide/coc.nvim', {'tag': 'v0.0.80'}
|
||||
Plug 'neoclide/coc.nvim', {'branch': 'master'}
|
||||
" After installation, run this to setup with Rust:
|
||||
" :CocInstall coc-rust-analyzer
|
||||
|
||||
|
|
Loading…
Reference in a new issue