refactor(nvim): use default noice config

This commit is contained in:
Price Hiller 2022-10-25 19:27:02 -05:00
parent f7134f4eb7
commit bb55d8e684

View File

@ -1,19 +1 @@
require("noice").setup({
cmdline = {
format = {
cmdline = { "^:", icon = "" },
},
},
views = {
cmdline_popup = {
position = {
row = "99%",
col = "0%",
},
border = {
style = "none",
padding = { 0, 0 },
},
},
},
})
require("noice").setup({})