This commit is contained in:
Greg 2026-03-01 21:58:15 +02:00
parent 394c43ed8d
commit 323b1df703

View file

@ -48,15 +48,7 @@ Blink.setup({
snippets = { preset = "luasnip" },
sources = {
-- add lazydev to your completion providers
default = { "lazydev", "lsp", "snippets", "path", "buffer" },
providers = {
lazydev = {
name = "LazyDev",
module = "lazydev.integrations.blink",
-- make lazydev completions top priority (see `:h blink.cmp`)
score_offset = 100,
},
},
default = { "lsp", "snippets", "path", "buffer" },
},
signature = { enabled = true },
})