mirror of
https://github.com/don-philipe/dotfiles.git
synced 2025-11-08 22:57:03 +01:00
Add rounded borders for lazy plugin manager
This commit is contained in:
@@ -33,6 +33,9 @@ require("lazy").setup({
|
||||
install = { colorscheme = { "habamax" } },
|
||||
-- automatically check for plugin updates
|
||||
checker = { enabled = true },
|
||||
ui = {
|
||||
border = "rounded",
|
||||
},
|
||||
})
|
||||
|
||||
-- Open lazy menu with :Lazy check
|
||||
|
||||
Reference in New Issue
Block a user