-
Recently I rewrote my NeoVim config to Lua and after recent update the autocompletion didn't work. I figured out, that I need to manually bind the key with some Vim Script code. It worked, but for me it doesn't make sense to have the entire config written in Lua except for this and I don't understand Vim Script that much. How can I write this in Lua?
|
Beta Was this translation helpful? Give feedback.
Answered by
chemzqm
Aug 20, 2022
Replies: 1 comment
-
Checkout nvim's doc |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
chemzqm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Checkout nvim's doc
:h vim.keymap.set()