Fix coc.nvim according to random GH issue comment

Bo Jeanes 2020-10-24 17:50:46 +11:00
parent f0f5230997
commit d7cbf8caf6
1 changed files with 1 additions and 1 deletions

View File

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