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 {
|
return {
|
||||||
"folke/noice.nvim",
|
"folke/noice.nvim",
|
||||||
opts = {
|
opts = {
|
||||||
|
cmdline = {
|
||||||
|
view = "cmdline",
|
||||||
|
},
|
||||||
lsp = {
|
lsp = {
|
||||||
progress = {
|
progress = {
|
||||||
enabled = false,
|
enabled = false,
|
||||||
|
@ -8,7 +11,6 @@ return {
|
||||||
},
|
},
|
||||||
presets = {
|
presets = {
|
||||||
lsp_doc_border = true,
|
lsp_doc_border = true,
|
||||||
bottom_search = false,
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue