We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello
I noticed that :wqa causes Waiting for language server exit: clangd --log=error ... and waits around 6 seconds before closing vim.
:wqa
Waiting for language server exit: clangd --log=error ...
It doesn't happen with :qa or :wa
:qa
:wa
The text was updated successfully, but these errors were encountered:
A temporary fix, add this line to your .vimrc cabbrev wqa wa <BAR> qa
cabbrev wqa wa <BAR> qa
Sorry, something went wrong.
It's likely that the document/didSave notifications cause a delay in the shutdown for the server.
document/didSave
There is a 5 second timeout which we could make configurable.
It's surprising that :wa|qa would be faster, I'm not sure what could cause a behavior difference.
:wa|qa
This also happens occasionally for me when either using :wq or ZZ but I cannot reproduce it consistently.
:wq
ZZ
No branches or pull requests
Hello
I noticed that
:wqa
causesWaiting for language server exit: clangd --log=error ...
and waits around 6 seconds before closing vim.It doesn't happen with
:qa
or:wa
The text was updated successfully, but these errors were encountered: