[nvim] noice.nvim and hardtime.nvim changes

This commit is contained in:
Afonso Franco 2024-11-15 17:22:23 +00:00
parent b2f64a574f
commit 30224b2996
Signed by: afonso
SSH key fingerprint: SHA256:PQTRDHPH3yALEGtHXnXBp3Orfcn21pK20t0tS1kHg54
4 changed files with 49 additions and 36 deletions

View file

@ -26,7 +26,7 @@ return {
},
size = {
min_width = 60,
width = "auto",
width = "97%",
height = "auto",
},
},
@ -46,6 +46,7 @@ return {
},
},
presets = {
command_palette = true,
long_message_to_split = true, -- long messages will be sent to a split
inc_rename = true, -- enables an input dialog for inc-rename.nvim
},