As I called out in #23 , the blink completion is noticeably slower than cmp. On the server side the queryContext and queryCommand calls return in milliseconds. There are many profilers available that might let us see where we are spending our time in completion, allowing us to identify the issue.
This can be reproduced by installing blink-cmp, and typing one of the completion triggers in the chat window (/ or @)
https://github.com/folke/snacks.nvim/blob/main/docs/profiler.md
https://github.com/stevearc/profile.nvim
https://github.com/t-troebst/perfanno.nvim
As I called out in #23 , the blink completion is noticeably slower than
cmp. On the server side thequeryContextandqueryCommandcalls return in milliseconds. There are many profilers available that might let us see where we are spending our time in completion, allowing us to identify the issue.This can be reproduced by installing
blink-cmp, and typing one of the completion triggers in the chat window (/or@)https://github.com/folke/snacks.nvim/blob/main/docs/profiler.md
https://github.com/stevearc/profile.nvim
https://github.com/t-troebst/perfanno.nvim