mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-21 20:11:06 +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 = {
|
||||
enabled = false,
|
||||
enabled = true,
|
||||
keymap = {
|
||||
preset = "cmdline",
|
||||
-- ["<Tab>"] = { "show", "accept" },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue