coq_nvim completion hack #1303
TheLazyCat00
started this conversation in
Show and tell
Replies: 0 comments
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.
-
Today I wanted to try out coq_nvim instead of blink. But codecompanion only configures autocomplete for nvim_cmp and blink.cmp, so I had to implement my own hack.
This hack should work for every completion plugin, since it uses neovim's
<C-_>
.This is the solution I came up with:
Beta Was this translation helpful? Give feedback.
All reactions