chore(nvim): noice.nvim and hardtime.nvim changes

This commit is contained in:
Afonso Franco 2024-11-15 17:22:23 +00:00
parent 91d6545120
commit b756a9f221
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4
3 changed files with 24 additions and 8 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
},