help
#505
Replies: 1 comment
-
Hi :) I think you'll want those mappings for cmp.setup({
mapping = {
["<C-j>"] = cmp.mapping.select_next_item,
...
}
}) Using one key to toggle visibility of |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi lua devs, I need your help . I installed Luasnip,friendly-snippets and cmp_lua for auto completion. Now when I type the suggestions shows up but I don't know how to use them. don;t know about the keybindings. Please if you can help me to make keybindings like:
I only know the very basics of lua.
keymaps want to use:
j for the next snippet and k for the previous snippet. TAB to show and hide snippets and Enter to select the snippet
Thanks...
Beta Was this translation helpful? Give feedback.
All reactions