-
I am using NVIM v0.10.2 on an ubuntu VM and on MacOS running on Apple Silicon. I recently made a big resync of my fork of this repo that added over 100 commits. I love most of the changes, but the one thing I can't figure out is how to insert the autosuggestions of my LSP. For clarity on what I'm talking about, if I start typing a function name, my language server suggests various possibilities for what it could be, and it used to be that when I hit "return," it would insert the highlighted selection along with the function signature so I knew what arguments to add. After the resync, hitting "return" just adds in a line break. I tried to look through the files to see where this was remapped, but I ... failed. 😔 Was this remapped to something like shift+return or ctrl+return? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Found it. Copilot to the rescue.
😅 |
Beta Was this translation helpful? Give feedback.
Found it. Copilot to the rescue.
<C-y>
inlua/kickstart/plugins/cmp.lua
😅