fix(nvim): disable noice command_palette to fix cmdline flickering

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
2026-04-20 17:59:54 +08:00
parent fc2874a1a1
commit 0cd1eb20ad

View File

@@ -276,7 +276,7 @@ return {
}, },
presets = { presets = {
bottom_search = true, bottom_search = true,
command_palette = true, command_palette = false,
long_message_to_split = true, long_message_to_split = true,
inc_rename = true, inc_rename = true,
}, },