-
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.
Answered by
deathbeam
Mar 15, 2025
Replies: 1 comment 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.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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