Issue with ghost character being inserted with snippets #1626
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@joebonneau This is not an issue with If you are referring to customizing the |
Beta Was this translation helpful? Give feedback.
@joebonneau This is not an issue with
blink.cmp
, it is handled bymini.snippets
, asx
mentioned, or by usingenter
when reaching the final tabstops∎
. That is when the snippet session ends. This is related totabstops
.This is not related to
blink.cmp
, so you should check themini.snippets
documentation instead.If you are referring to customizing the
•
and∎
characters displayed as virtual text for empty tabulations, this is possible through theempty_tabstop and empty_tabstop_final options of default_insert
. Here is anexample of how to do this
.