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
feat(luasnip): enhance insertText with static text from textNodes
Instead of displaying only `trigger`, first try to generate the
preview from the snippet's textNodes; if that's not available, fall
back to `docTrig` if it exists, or use the `trigger` as a last resort.
0 commit comments