who knows

This commit is contained in:
Mark Riedesel 2021-02-28 09:13:47 -05:00
parent 14a5399cdc
commit 6e40a452d7
6 changed files with 31 additions and 14 deletions

View file

@ -108,8 +108,7 @@ Plug 'easymotion/vim-easymotion', "{{{
map <leader><leader> <plug>(easymotion-prefix)
"}}}
Plug 'habamax/vim-godot'
"Plug 'sheerun/vim-polyglot'
Plug 'neoclide/coc.nvim', {'do': 'yarn install --frozen-lockfile'}, "{{{
Plug 'neoclide/coc.nvim', {'branch': 'release'}, "{{{
" let g:coc_global_extensions = [
" \ 'coc-css',
" \ 'coc-emoji',
@ -122,6 +121,7 @@ Plug 'neoclide/coc.nvim', {'do': 'yarn install --frozen-lockfile'}, "{{{
" \ 'coc-tsserver',
" \ 'coc-yaml',
" \ ]
Plug 'pappasam/coc-jedi', {'do': 'yarn install --frozen-lockfile'}
set signcolumn=yes
set updatetime=750
set shortmess+=c