When the completion_provider is set to "blink" #1769
Unanswered
xuyangyuio
asked this question in
Q&A
Replies: 2 comments
-
Slash commands, variables and tools/agents |
Beta Was this translation helpful? Give feedback.
0 replies
-
I want to have both blink.cmp's default sources and codecompanion slash commands, variables and tools/agents completions in the codecompanion buffer. I tried this way and it worked. sources = {
default = {
-- other sources
"codecompanion"
},
providers = {
-- other providers
codecompanion = {
name = "CodeCompanion",
module = "codecompanion.providers.completion.blink",
enabled = true,
score_offset = 10,
async = true,
},
}
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When the completion_provider is set to "blink", is it expected that only "/", "#" and "@" trigger completion, no any other characters?
Beta Was this translation helpful? Give feedback.
All reactions