fix(nvim): configuration format of blink.cmp

This commit is contained in:
Stefan Imhoff
2025-02-27 16:11:52 +01:00
parent ccba043e09
commit e55f657a75

View File

@@ -64,7 +64,10 @@ return {
-- with blink.compat -- with blink.compat
compat = {}, compat = {},
default = { "lsp", "path", "snippets", "buffer" }, default = { "lsp", "path", "snippets", "buffer" },
cmdline = {}, },
cmdline = {
sources = {},
}, },
keymap = { keymap = {