Replies: 1 comment 1 reply
-
Regular User Here I'll look further into that aswell. |
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 everyone,
I've been enjoying the capabilities of nvim-cmp with Lazyvim for autocompletion in NeoVim, which has significantly enhanced my coding workflow. However, I've come across a situation where I would like to interact more directly with the floating window that appears when I'm using autocompletion — specifically, the window that shows function signatures and documentation.
Question: Is there a way to focus on or interact with the floating window created by nvim-cmp? For example, I'd like to yank text from it. I understand that these popups are generally transient and not designed for direct interaction, but any tips for working with them more effectively would be greatly appreciated.
Any advice on keybindings or plugin configurations that could facilitate these actions would be extremely helpful. I've searched around but haven't found clear guidance on how to achieve this.
Thank you for your time and assistance!
Beta Was this translation helpful? Give feedback.
All reactions