1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-31 17:19:26 +00:00

[neovim] Add border to noice mini view

This commit is contained in:
2023-12-07 16:24:12 +01:00
parent b682fa7f26
commit d3ee381b08

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