fix cmp and codecompanion

- remove blink dependency
- set up telescope as default provider for codecompanion slash commands
This commit is contained in:
2025-02-16 14:14:13 -08:00
parent ef124ea808
commit 03701f3616
7 changed files with 34 additions and 13 deletions

View File

@@ -29,6 +29,28 @@ return {
strategies = {
chat = {
adapter = "copilot",
slash_commands = {
["file"] = {
opts = {
provider = "telescope",
},
},
["symbols"] = {
opts = {
provider = "telescope",
},
},
["buffer"] = {
opts = {
provider = "telescope",
},
},
["terminal"] = {
opts = {
provider = "telescope",
},
},
},
},
inline = {
adapter = "copilot",