Add rounded borders for lazy plugin manager

This commit is contained in:
don philipe
2025-04-23 22:03:35 +02:00
parent f078314b0d
commit 7128760315

View File

@@ -33,6 +33,9 @@ require("lazy").setup({
install = { colorscheme = { "habamax" } }, install = { colorscheme = { "habamax" } },
-- automatically check for plugin updates -- automatically check for plugin updates
checker = { enabled = true }, checker = { enabled = true },
ui = {
border = "rounded",
},
}) })
-- Open lazy menu with :Lazy check -- Open lazy menu with :Lazy check