mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-03 06:27:21 +01:00
coc does not need install anymore
This commit is contained in:
@@ -100,7 +100,7 @@ Plug 'w0rp/ale'
|
||||
let g:ale_fixers.javascript = ['eslint']
|
||||
let g:ale_fix_on_save = 1
|
||||
|
||||
Plug 'neoclide/coc.nvim', {'tag': '*', 'do': './install.sh'}
|
||||
Plug 'neoclide/coc.nvim', {'tag': '*'}
|
||||
" Remap keys for gotos
|
||||
nmap <silent> gd <Plug>(coc-definition)
|
||||
nmap <silent> gy <Plug>(coc-type-definition)
|
||||
|
||||
Reference in New Issue
Block a user