mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +02:00
fix(blink): disable cmdline integration for now since it doesn't work well with the enter keymap
This commit is contained in:
parent
94f6df048f
commit
20eff4fc3f
1 changed files with 1 additions and 0 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue