Skip to content
Discussion options

You must be logged in to vote

My first thought is that that is a result of how 'Saghen/blink.cmp' (and 'hrsh7th/nvim-cmp', for that matter) handle combination of additionalTextEdits / textEdit and snippet expansion. The root cause for this seems to be that 'mini.snippets' always operates in Insert mode which can cause some issues with asynchronous execution (i.e. which text is current at the time of some steps executed). See more information at abeldekat/cmp-mini-snippets#9 and saghen/blink.cmp#1035.

The second thought is that this might be a consequence of the custom transform_items conflicting with this part of the 'blink.cmp'.

As this is seems to be more of a not 'mini.snippets' question, I am going to close this. …

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@krovuxdev
Comment options

@echasnovski
Comment options

@krovuxdev
Comment options

Answer selected by echasnovski
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested mini.snippets
2 participants