Saghen / blink.compat

Compatibility layer for using nvim-cmp sources on blink.cmp
MIT License
51 stars 2 forks source link

feat: if keyword_pattern is matched, convert insertText to textEdit #8

Closed stefanboca closed 3 weeks ago

stefanboca commented 3 weeks ago

This should fix cases where part of a keyword is left after a completion is inserted.

For instance, using cmp-emoji, typing ":thumbsup" and accepting the completion results in ": :+1:"

Currently running into two errors: