feat: add lazy border

pull/98/head
fm39hz-workstation 2024-05-20 16:42:55 +07:00
parent cb844da6bc
commit 868186e1f3
1 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,9 @@ require("lazy").setup({
version = false, -- always use the latest git commit
-- version = "*", -- try installing the latest stable version for plugins that support semver
},
ui = {
border = "rounded",
},
install = { colorscheme = { "everforest" } },
checker = { enabled = false }, -- automatically check for plugin updates
performance = {