Replies: 1 comment 3 replies
-
| Have you ever figured this out? blink is driving me mad in that I can't seem to turn off "auto_show" until a shortcut is pressed. I can only fully disable (no completion at atll) or fully enable (******* annoying menu pops up all the time). EDIT: Okay, forget it, it seems that for you it somewhat works to only pop up the menu on keypress. | 
Beta Was this translation helpful? Give feedback.
                  
                    3 replies
                  
                
            
  
    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.
-
I'm trying to configure blink to behave like the default buffer completion in (neo)vim. I had thought that the following (stripped down) config would do the trick:
But you can see the difference in the below video. At the top is neovim with blink.cmp configured as above and at the bottom is neovim with a blank init.lua:
blink-issue.mp4
At the top, when I press
<Ctrl-n>the first time and the menu pops up, the text forsomethingis not inserted, but on subsequent presses of<Ctrl-n>, the text is inserted. This differs to the default completion example at the bottom wheresomeoneis inserted on the first press of<Ctrl-n>.In summary, what I want is:
<Ctrl-n><Ctrl-n>once:<Ctrl-n>again:Beta Was this translation helpful? Give feedback.
All reactions