fix: add supermaven to the completion provider list

I observed that Supermaven suggestions were not appearing because of a missing configuration setting.
This commit is contained in:
Osvaldo 2024-12-13 10:32:24 -06:00 committed by GitHub
parent 9a0d14dcf5
commit 58a546ad31
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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" } },
},