feat(nvim): noice now moves the cmdline to the bottom
Just like regular nvim
This commit is contained in:
parent
612c6bcb9c
commit
af58e10b73
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,9 @@
|
|||
return {
|
||||
"folke/noice.nvim",
|
||||
opts = {
|
||||
cmdline = {
|
||||
view = "cmdline",
|
||||
},
|
||||
lsp = {
|
||||
progress = {
|
||||
enabled = false,
|
||||
|
@ -8,7 +11,6 @@ return {
|
|||
},
|
||||
presets = {
|
||||
lsp_doc_border = true,
|
||||
bottom_search = false,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue