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

@@ -1,6 +1,5 @@
return {
"neovim/nvim-lspconfig",
dependencies = { "saghen/blink.cmp" },
config = function()
local lspconfig = require("lspconfig")
vim.notify = require("notify")