You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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