mirror of https://github.com/bjeanes/dotfiles.git
Fix coc.nvim according to random GH issue comment
parent
f0f5230997
commit
d7cbf8caf6
|
@ -123,7 +123,7 @@ nnoremap <M-r> :%s/<C-r>///g<Left><Left>
|
|||
Plug 'thinca/vim-visualstar'
|
||||
|
||||
Plug 'honza/vim-snippets' " Contains snippets that coc-snippets can expand
|
||||
Plug 'neoclide/coc.nvim', {'tag': '*', 'branch': 'release', 'do': { -> coc#util#install()}}
|
||||
Plug 'neoclide/coc.nvim', {'branch': 'release'}
|
||||
let g:coc_global_extensions = [
|
||||
\ 'coc-actions',
|
||||
\ 'coc-css',
|
||||
|
|
Loading…
Reference in New Issue