diff --git a/lua/config/lazy.lua b/lua/config/lazy.lua index 613aad1..f53ed1c 100644 --- a/lua/config/lazy.lua +++ b/lua/config/lazy.lua @@ -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 = {