Replies: 1 comment 1 reply
|
The keymap system was recently revamped. It might be worth trying out the |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi, I use LazyVim, which uses blink for completion by default. The problem:
Whenever I am debugging, in the debugging ui, when I switch to the repl, in insert mode and I would start typing the name of some variable I want to inspect, I get suggested names. Now, if I press
<c-n>or<c-p>to move between the options (I have blink configured to use the default preset as I don't like usingtabfor that), the repl window get resized (reduced). Moving between suggestions still works, it just that besides moving between options the window gets smaller and smaller. I usually select the variable and then resize de repl or type the variable name manually, but it's quite inconvenient.I asked for advice to pinpoint the problem in LazyVim's discussions, here. There it was suggested that I change completion to nvim-cmp. After doing so, the issue disappeared. I also tried a vanilla version of LazyVim without my own options/modifications/additions, and the issue remains.
I am not really familiar with blink's internals, maybe someone here might help me debug/identify where the problem might be? I post as a discussion as I am not really sure if this is a problem with blink, an unfortunate interaction with LazyVim, or something else.
Thanks in advance
All reactions