mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 08:35:48 +02:00
enc: set border rounded
This commit is contained in:
parent
f69bcdf155
commit
a2240b582c
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ return {
|
||||||
-- height = { min = 4, max = 25 },
|
-- height = { min = 4, max = 25 },
|
||||||
-- col = 0,
|
-- col = 0,
|
||||||
row = -1,
|
row = -1,
|
||||||
border = "single", -- none, single, double, shadow
|
border = "rounded", -- none, single, double, shadow
|
||||||
padding = { 1, 2 }, -- extra window padding [top/bottom, right/left]
|
padding = { 1, 2 }, -- extra window padding [top/bottom, right/left]
|
||||||
title = true,
|
title = true,
|
||||||
title_pos = "center",
|
title_pos = "center",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue