1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-01 23:19:25 +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",
align = "message-left",
position = {
row = -1,
row = "98%",
col = "0%",
},
border = {
style = "rounded",
},
},
},
messages = {