Saghen / blink.cmp

Performant, batteries-included completion plugin for Neovim
MIT License
631 stars 26 forks source link

Ignore trigger character on no items #79

Open Saghen opened 10 hours ago

Saghen commented 10 hours ago

The luals LSP returns { as a trigger character but often returns no items when using TriggerCharacter as the reason for the request. This leads to only the snippets source returning items. For trigger characters, we should only show the menu if the source defining the trigger character returns items