fix(blink): disable cmdline integration for now since it doesn't work well with the enter keymap

This commit is contained in:
Folke Lemaitre
2024-12-13 09:31:42 +01:00
parent 94f6df048f
commit 20eff4fc3f

View File

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