config
This commit is contained in:
parent
394c43ed8d
commit
323b1df703
1 changed files with 1 additions and 9 deletions
|
|
@ -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 },
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue