Update coc to use release branch (prebuilt)
This commit is contained in:
parent
dc6909073c
commit
33a71984eb
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ Plug 'editorconfig/editorconfig-vim'
|
|||
Plug 'flazz/vim-colorschemes'
|
||||
|
||||
" Completion and other inline type hints
|
||||
Plug 'neoclide/coc.nvim', {'branch': 'master'}
|
||||
Plug 'neoclide/coc.nvim', {'branch': 'release'}
|
||||
" After installation, run this to setup with Rust:
|
||||
" :CocInstall coc-rust-analyzer
|
||||
|
||||
|
|
Loading…
Reference in a new issue