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'm using this below LuaSnip config with nvim-cmp. Now, when is the snippets and press the <Tab> it's move to the next jump.
However, if I'm not using any snippets and let say i'm just editing normal text and if I press <Tab> it's not working for a tab space as it should by default. If i comment below code it's works fine for the tab space but not for the snippets jump.
Hi :)
You could make <Tab> jump if luasnip.locally_jumpable returns true (it indicates whether there is a node that can be jumped to), and just insert a <Tab> otherwise
I'm using this below LuaSnip config with nvim-cmp. Now, when is the snippets and press the
<Tab>
it's move to the next jump.However, if I'm not using any snippets and let say i'm just editing normal text and if I press
<Tab>
it's not working for a tab space as it should by default. If i comment below code it's works fine for the tab space but not for the snippets jump.Is there anyway to work around for both?
The text was updated successfully, but these errors were encountered: