feat(nvim): make noice cmdline show in bottom left

This commit is contained in:
Price Hiller 2022-10-16 17:08:32 -05:00
parent 35989d49a6
commit f684180089

View File

@ -1 +1,14 @@
require("noice").setup()
require("noice").setup({
views = {
cmdline_popup = {
position = {
row = "99%",
col = "0%",
},
border = {
style = "none",
padding = { 0, 0 },
},
},
},
})