updates...

This commit is contained in:
Rahsheen Porter 2021-12-12 09:30:54 -05:00
parent e853d10ffd
commit 160f28ffb9
4 changed files with 68 additions and 11 deletions

View file

@ -94,3 +94,19 @@ if has('nvim-0.4.0') || has('patch-8.2.0750')
vnoremap <silent><nowait><expr> <C-f> coc#float#has_scroll() ? coc#float#scroll(1) : "\<C-f>"
vnoremap <silent><nowait><expr> <C-b> coc#float#has_scroll() ? coc#float#scroll(0) : "\<C-b>"
endif
let g:coc_global_extensions = [
\'coc-tsserver',
\'coc-css',
\'coc-eslint',
\'coc-highlight',
\'coc-html',
\'coc-prettier',
\'coc-solargraph',
\'coc-vimlsp',
\'coc-actions',
\'coc-go',
\'coc-explorer',
\'coc-json',
\'coc-git'
\]