mirror of https://github.com/LazyVim/starter
feat: add lazy border
parent
744307f63d
commit
292d5c2306
|
@ -30,6 +30,9 @@ require("lazy").setup({
|
||||||
version = false, -- always use the latest git commit
|
version = false, -- always use the latest git commit
|
||||||
-- version = "*", -- try installing the latest stable version for plugins that support semver
|
-- version = "*", -- try installing the latest stable version for plugins that support semver
|
||||||
},
|
},
|
||||||
|
ui = {
|
||||||
|
border = "rounded",
|
||||||
|
},
|
||||||
install = { colorscheme = { "everforest" } },
|
install = { colorscheme = { "everforest" } },
|
||||||
checker = { enabled = false }, -- automatically check for plugin updates
|
checker = { enabled = false }, -- automatically check for plugin updates
|
||||||
performance = {
|
performance = {
|
||||||
|
|
Loading…
Reference in New Issue