Closed EmilyGraceSeville7cf closed 2 years ago
got same issue recently.
solved by update coc.nvim
@EmilySeville7cfg I have the same issue. To what coc.nvim version did you upgrade ?
I didn't upgrade at all. I've just closed issue after the previous (not yours) comment. I haven't checked out whether everything work now. Sorry. I've just switched to another editor where no such problems happened.
Sorry, I should have addressed @tmpm697
I have the same issue. To what coc.nvim version did you upgrade ?
I've fixed it by upgrading coc-sh to v0.7.0 (I had v0.6.1 installed previously)
You need to run yarn
when coc
and its relevant plugins updated.
Environment
Vim: VIM - Vi IMproved 8.1 (2018 May 18, compiled Feb 01 2022 09:16:32) OS: Ubuntu 20.04.4 LTS
Steps to reproduce
/home/emilyseville7cfg/.vim/pack/lsp/start
and go to this directorygit clone --branch=release https://github.com/neoclide/coc.nvim.git
snap install --classic node
:CocInstall coc-sh
in Vim[coc.nvim] Server sh failed to start: Error: Connection to server got closed. Server will not be restarted.
Logs
Configs
My
~/.vimrc
:My
coc-settings.json
is empty.Notes
What am I missing? I want enable a Bash intellisence.