chore(nvim): noice.nvim and hardtime.nvim changes
This commit is contained in:
parent
91d6545120
commit
b756a9f221
3 changed files with 24 additions and 8 deletions
|
@ -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
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue