feat(nvim): make noice cmdline show in bottom left
This commit is contained in:
parent
35989d49a6
commit
f684180089
@ -1 +1,14 @@
|
||||
require("noice").setup()
|
||||
require("noice").setup({
|
||||
views = {
|
||||
cmdline_popup = {
|
||||
position = {
|
||||
row = "99%",
|
||||
col = "0%",
|
||||
},
|
||||
border = {
|
||||
style = "none",
|
||||
padding = { 0, 0 },
|
||||
},
|
||||
},
|
||||
},
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user