mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
fix(nvim): configuration format of blink.cmp
This commit is contained in:
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user