diff --git a/lua/config/lazy.lua b/lua/config/lazy.lua index 2e7bf62..b9187c7 100644 --- a/lua/config/lazy.lua +++ b/lua/config/lazy.lua @@ -27,16 +27,17 @@ require("lazy").setup({ version = false, -- always use the latest git commit -- version = "*", -- try installing the latest stable version for plugins that support semver }, - install = { colorscheme = { "tokyonight", "habamax" } }, + install = { colorscheme = { "tokyonight", "habamax", "catppuccin-mocha" } }, + checker = { enabled = true }, -- automatically check for plugin updates performance = { rtp = { -- disable some rtp plugins disabled_plugins = { "gzip", - -- "matchit", - -- "matchparen", - -- "netrwPlugin", + "matchit", + "matchparen", + "netrwPlugin", "tarPlugin", "tohtml", "tutor",