Add borders to lazy ui
This commit is contained in:
parent
3b48153637
commit
b8a83927ab
@ -51,6 +51,11 @@ end
|
|||||||
vim.opt.rtp:prepend(lazypath)
|
vim.opt.rtp:prepend(lazypath)
|
||||||
|
|
||||||
require("lazy").setup({
|
require("lazy").setup({
|
||||||
|
ui = {
|
||||||
|
border = "rounded",
|
||||||
|
},
|
||||||
|
spec = {
|
||||||
{ import = "valeth.plugins" },
|
{ import = "valeth.plugins" },
|
||||||
{ import = "valeth.plugins.lsp" },
|
{ import = "valeth.plugins.lsp" },
|
||||||
|
}
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user