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
Using LuaSnip as the snippet engine with Neogen, it is sometimes the case that after the last choice node is completed, the highlight group of the text until end of block is switched to the one of the choice node.
Redrawing the UI has no effect, and the only solution I found is to reopen the buffer.
I cannot tell if this is an issue with Neogen or LuaSnip or neither, but this issue does not seem to occur with any other snippets I use, and only became apparent after I installed Neogen.
I realized this can be avoided if all the snippet temple positions are cycled through up to and including end of docstring. If done, the highlighting updates to the usual comment highlight group.
Using LuaSnip as the snippet engine with Neogen, it is sometimes the case that after the last choice node is completed, the highlight group of the text until end of block is switched to the one of the choice node.
Redrawing the UI has no effect, and the only solution I found is to reopen the buffer.
I cannot tell if this is an issue with Neogen or LuaSnip or neither, but this issue does not seem to occur with any other snippets I use, and only became apparent after I installed Neogen.
Here is the minimal config used for Neogen:
The text was updated successfully, but these errors were encountered: