You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to type :lua vim.lsp.buf.code_action(). When i start typing i get a completion for code_action like this:
When I accept it with <C-y>, the text becomes :lua code_action
When going back to v0.9.0, the accepting the completion gives :lua vim.lsp.buf.code_action as expected.
This is only the case in Command-line mode, for Insert mode it seems to work fine.
Relevant configuration
-- I use the default configuration with lazydev as extra completion provider as described in https://github.com/folke/lazydev.nvim?tab=readme-ov-file#-installation
neovim version
NVIM v0.10.3
blink.cmp version: branch, tag, or commit
v0.9.1 and above
The text was updated successfully, but these errors were encountered:
Make sure you have done the following
blink.cmp
Bug Description
I want to type
:lua vim.lsp.buf.code_action()
. When i start typing i get a completion forcode_action
like this:When I accept it with
<C-y>
, the text becomes:lua code_action
When going back to v0.9.0, the accepting the completion gives
:lua vim.lsp.buf.code_action
as expected.This is only the case in Command-line mode, for Insert mode it seems to work fine.
Relevant configuration
-- I use the default configuration with lazydev as extra completion provider as described in https://github.com/folke/lazydev.nvim?tab=readme-ov-file#-installation
neovim version
NVIM v0.10.3
blink.cmp
version: branch, tag, or commitv0.9.1 and above
The text was updated successfully, but these errors were encountered: