diff --git a/lua/lazyvim/plugins/extras/ai/supermaven.lua b/lua/lazyvim/plugins/extras/ai/supermaven.lua index 35a955ca..b128b9cd 100644 --- a/lua/lazyvim/plugins/extras/ai/supermaven.lua +++ b/lua/lazyvim/plugins/extras/ai/supermaven.lua @@ -49,6 +49,9 @@ return { dependencies = { "supermaven-nvim", "saghen/blink.compat" }, opts = { sources = { + completion = { + enabled_providers = { "lsp", "path", "snippets", "buffer", "supermaven" }, + }, compat = { "supermaven" }, providers = { supermaven = { kind = "Supermaven" } }, },