feat(nvim): noice now moves the cmdline to the bottom

Just like regular nvim
This commit is contained in:
Sergio Laín 2025-09-17 23:47:16 +02:00
parent 612c6bcb9c
commit af58e10b73
No known key found for this signature in database
GPG key ID: 51BB28D8B42FB438

View file

@ -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,
}, },
}, },
} }