-
Hey! I was wondering if there is some way to integrate the autocompletion for I guess I need to create a custom source? But it looks quite complex: https://cmp.saghen.dev/development/source-boilerplate.html |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
It is possible, i think blink.cmp api is similar to nvim-cmp for sources so you could check history and dig up the old nvim-cmp integration we had. there is chat.complete_info() and chat.complete_items() that provide you everything else you needfor integration |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Another option that is maybe simpler is to also just disable blink-cmp in the chat buffer, there is for example PR in LazyVim for that, could be probably applied to AstroNvim too? LazyVim/LazyVim#5754