Replies: 1 comment
-
Hi :) |
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.
-
For example, After I select item in choice node, the cursor location is in brackets,
I want to move the cursor to second line automatically after selecting item
I made some snippets like this, but it doesn't work
In nvim-cmp, I set the shortcut like this
When I let
ls.jump(1)
afterrequire('luasnip.extras.select_choice')()
, It doesn't move cursorany other solution?
Beta Was this translation helpful? Give feedback.
All reactions