mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2024-12-22 16:18:00 +00:00
[neovim] Add border to noice mini view
This commit is contained in:
parent
b682fa7f26
commit
d3ee381b08
@ -11,9 +11,12 @@ require("noice").setup({
|
|||||||
backend = "mini",
|
backend = "mini",
|
||||||
align = "message-left",
|
align = "message-left",
|
||||||
position = {
|
position = {
|
||||||
row = -1,
|
row = "98%",
|
||||||
col = "0%",
|
col = "0%",
|
||||||
},
|
},
|
||||||
|
border = {
|
||||||
|
style = "rounded",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
messages = {
|
messages = {
|
||||||
|
Loading…
Reference in New Issue
Block a user