diff --git a/neovim/blink-cmp.lua b/neovim/blink-cmp.lua index 5f28792..3235655 100644 --- a/neovim/blink-cmp.lua +++ b/neovim/blink-cmp.lua @@ -14,7 +14,11 @@ require("blink-cmp").setup({ }, signature = { enabled = true }, sources = { - default = { "copilot", "lsp", "buffer", "path", "cmdline", "codecompanion" }, + default = { "copilot", "lsp", "buffer", "path", "cmdline" }, + + per_filetype = { + codecompanion = { "codecompanion" } + }, providers = { copilot = {