Use master branch for latest fixes to CoC

This commit is contained in:
Nicole Tietz-Sokolskaya 2021-12-04 07:03:46 -05:00
parent 69573e53cc
commit 1c3d7d38dd
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ Plug 'editorconfig/editorconfig-vim'
Plug 'flazz/vim-colorschemes' Plug 'flazz/vim-colorschemes'
" Completion and other inline type hints " 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: " After installation, run this to setup with Rust:
" :CocInstall coc-rust-analyzer " :CocInstall coc-rust-analyzer