Replies: 1 comment 1 reply
-
I also notice the trigger problem with ctrl-space and think it is related to the windows terminal. When using it in Neovide, the mapping works as expected so I think it might actually be windows terminal that swallows the event before it reaches nvim. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am having a hard time understanding how to get item docs to show when selecting from completion list. In addition, the keymaps that are set to do not appear to do anything.
I know documentation provided by the LSP is working because after a function is selected, pressing K in normal mode, shows the function docs as expected. However, docs are not auto-showing during item selection even though I believe I have set this property to true (see config below).
In regards to the issue, when I start typing auto-completion happens by itself which is great but pressing does not appear to manually trigger it if I do so at the end of an incomplete method (os.da. for example).
Any help on these items would be greatly appreciated. I have already spent a few hours trying to troubleshoot and reviewed random repos from others who use blink.cmp in their nvim configs but not seeing anything different than what I have below.
In case this is relevant:
OS: Windows 10
Terminal: Windows Terminal
Shell: Nushell
Below is my configuration for blink.cmp (below this is an image from a lua file showing that item docs are not present):
Beta Was this translation helpful? Give feedback.
All reactions