feat: add lazy border

pull/99/head
fm39hz-workstation 2024-05-20 16:42:55 +07:00 committed by fm39hz-laptop
parent 744307f63d
commit 292d5c2306
1 changed files with 3 additions and 0 deletions

View File

@ -30,6 +30,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 = {