[neovim] Add border to noice mini view

This commit is contained in:
Daniel Carrillo 2023-12-07 16:24:12 +01:00
parent b682fa7f26
commit d3ee381b08
Signed by: dcarrillo
GPG Key ID: E4CD5C09DAED6E16
1 changed files with 4 additions and 1 deletions

View File

@ -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 = {