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
When using tabs for indentation, combined with :set virtualedit=all, LSP expansion places the cursor in the wrong location. See the following screencap:
2025-01-04.14-01-28.mp4
Note: when using LuaSnip instead of the builtin snippet support, all works fine.
Relevant configuration
vim.o.virtualedit="all"
neovim version
NVIM v0.11.0-dev-1466+g7ddadd0fee
blink.cmp version: branch, tag, or commit
main
The text was updated successfully, but these errors were encountered:
Make sure you have done the following
blink.cmp
Bug Description
When using tabs for indentation, combined with
:set virtualedit=all
, LSP expansion places the cursor in the wrong location. See the following screencap:2025-01-04.14-01-28.mp4
Note: when using LuaSnip instead of the builtin snippet support, all works fine.
Relevant configuration
neovim version
NVIM v0.11.0-dev-1466+g7ddadd0fee
blink.cmp
version: branch, tag, or commitmain
The text was updated successfully, but these errors were encountered: