mirror of
https://github.com/don-philipe/dotfiles.git
synced 2025-11-08 14:47: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" } },
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user