mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
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:
parent
9a0d14dcf5
commit
58a546ad31
1 changed files with 3 additions and 0 deletions
|
|
@ -49,6 +49,9 @@ return {
|
||||||
dependencies = { "supermaven-nvim", "saghen/blink.compat" },
|
dependencies = { "supermaven-nvim", "saghen/blink.compat" },
|
||||||
opts = {
|
opts = {
|
||||||
sources = {
|
sources = {
|
||||||
|
completion = {
|
||||||
|
enabled_providers = { "lsp", "path", "snippets", "buffer", "supermaven" },
|
||||||
|
},
|
||||||
compat = { "supermaven" },
|
compat = { "supermaven" },
|
||||||
providers = { supermaven = { kind = "Supermaven" } },
|
providers = { supermaven = { kind = "Supermaven" } },
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue