Did you check docs and existing issues?
Neovim version (nvim -v)
NVIM v0.12.0-dev-494+g533cc0ab35
Operating system/version
Linux Debian
Describe the bug
When I accept the LSP completion (I'm using blink.cmp) it accepts the completion fine, but I always get an error message.
vim.schedule callback: /usr/local/share/nvim/runtime/lua/vim/lsp/rpc.lua:348: method "workspace/executeClientCommand": either a result or an error must be sent to the server in response
stack traceback:
[builtin#36]: at 0x56195ad76ba0
Steps To Reproduce
- Get autocompletion window with LSP completion
- Accept autocompletion from LSP
- Receive error
Expected Behavior
- Get autocompletion window with LSP completion
- Accept autocompletion from LSP
- No error
Did you check docs and existing issues?
Neovim version (nvim -v)
NVIM v0.12.0-dev-494+g533cc0ab35
Operating system/version
Linux Debian
Describe the bug
When I accept the LSP completion (I'm using blink.cmp) it accepts the completion fine, but I always get an error message.
Steps To Reproduce
Expected Behavior