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