mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-22 04:21:08 +00:00
feat(blink): enable cmdline completions
This commit is contained in:
parent
4961b3d4d4
commit
ff7c12c48e
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ return {
|
||||||
},
|
},
|
||||||
|
|
||||||
cmdline = {
|
cmdline = {
|
||||||
enabled = false,
|
enabled = true,
|
||||||
keymap = {
|
keymap = {
|
||||||
preset = "cmdline",
|
preset = "cmdline",
|
||||||
-- ["<Tab>"] = { "show", "accept" },
|
-- ["<Tab>"] = { "show", "accept" },
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue