fix(nvim): set border style for cmdline_input
in noice.nvim
This commit is contained in:
parent
eadaebb902
commit
31a38ff594
@ -25,6 +25,11 @@ return {
|
|||||||
col = "0%",
|
col = "0%",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
cmdline_input = {
|
||||||
|
border = {
|
||||||
|
style = "rounded",
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
popupmenu = {
|
popupmenu = {
|
||||||
backend = "cmp",
|
backend = "cmp",
|
||||||
|
Loading…
Reference in New Issue
Block a user