Minor fix

This commit is contained in:
js0ny 2025-03-21 16:07:50 +00:00
parent 61591c48a6
commit 9aef06aa74
6 changed files with 79 additions and 54 deletions

View file

@ -44,12 +44,20 @@ return {
sources = {
default = { "lazydev", "lsp", "path", "snippets", "buffer" },
per_filetype = {
org = { "orgmode" },
},
providers = {
lazydev = {
name = "LazyDev",
module = "lazydev.integrations.blink",
score_offset = 100,
},
orgmode = {
name = "Orgmode",
module = "orgmode.org.autocompletion.blink",
fallbacks = { "buffer" },
},
},
},