refactor(nvim): remove noice cmdline border

This commit is contained in:
Price Hiller 2022-10-03 18:07:01 -05:00
parent 2a30993f4d
commit 879f65ff91

View File

@ -46,6 +46,7 @@ return packer.startup({
views = {
cmdline_popup = {
border = {
style = "none",
padding = { 1, 3 },
},
filter_options = {},