fix(nvim): set border style for cmdline_input in noice.nvim

This commit is contained in:
Price Hiller 2024-06-13 10:52:51 -05:00
parent eadaebb902
commit 31a38ff594
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -25,6 +25,11 @@ return {
col = "0%",
},
},
cmdline_input = {
border = {
style = "rounded",
},
},
},
popupmenu = {
backend = "cmp",