From 292d5c230620e10ae5dcc467d992aa0ce8b1d088 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 64bac19..d079b7c 100644 --- a/lua/config/lazy.lua +++ b/lua/config/lazy.lua @@ -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 = {