From 868186e1f362ecf3203e0af278262e8e1f8d37ba Mon Sep 17 00:00:00 2001 From: fm39hz-workstation Date: Mon, 20 May 2024 16:42:55 +0700 Subject: [PATCH] feat: add lazy border --- lua/config/lazy.lua | 3 +++ 1 file changed, 3 insertions(+) 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 = {