vimrc icon indicating copy to clipboard operation
vimrc copied to clipboard

Error on notification "jumpDefinition": definition provider not found for current buffer, your language server don't support it.

Open igotcha opened this issue 4 years ago • 0 comments

After :PlugInstall got error:

vim-go
   fatal: invalid reference: *

and

Error on notification "jumpDefinition": definition provider not found for current buffer, your language server don't support it.

fixed by manual:

mkdir -p ~/.vim/pack/coc/start
cd ~/.vim/pack/coc/start
curl --fail -L https://github.com/neoclide/coc.nvim/archive/release.tar.gz|tar xzfv -

https://github.com/neoclide/coc.nvim/blob/release/doc/coc.txt

igotcha avatar Feb 19 '21 01:02 igotcha