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
I have done the setup from the wiki regarding LuaSnip, however jumping between nodes doesn't work. I have also tested that luasnip.jumpable and luasnip.locally_jumpable always return false.
Note that I've also also tried with my confirm keymap simply being cmp.mapping.confirm({ select = true }), but it doesn' make a difference.
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
-
I have done the setup from the wiki regarding LuaSnip, however jumping between nodes doesn't work. I have also tested that
luasnip.jumpable
andluasnip.locally_jumpable
always return false.Note that I've also also tried with my confirm keymap simply being
cmp.mapping.confirm({ select = true })
, but it doesn' make a difference.nvim-cmp configuration
Beta Was this translation helpful? Give feedback.
All reactions