Update coc to use release branch (prebuilt)

This commit is contained in:
Nicole Tietz-Sokolskaya 2022-05-06 19:32:56 -04:00
parent dc6909073c
commit 33a71984eb

View file

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