mirror of
https://github.com/d0zingcat/dotfiles.git
synced 2026-05-13 15:09:34 +00:00
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:
@@ -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,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user