mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
feat: add lazy border
This commit is contained in:
parent
cb844da6bc
commit
868186e1f3
1 changed files with 3 additions and 0 deletions
|
|
@ -27,6 +27,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…
Add table
Reference in a new issue