mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2024-12-22 06:58:01 +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",
|
||||
align = "message-left",
|
||||
position = {
|
||||
row = -1,
|
||||
row = "98%",
|
||||
col = "0%",
|
||||
},
|
||||
border = {
|
||||
style = "rounded",
|
||||
},
|
||||
},
|
||||
},
|
||||
messages = {
|
||||
|
Loading…
Reference in New Issue
Block a user