who knows
This commit is contained in:
parent
14a5399cdc
commit
6e40a452d7
6 changed files with 31 additions and 14 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue