From 5b5b0d4fa7b77712a2647a1593a0d9bfc2b2bca0 Mon Sep 17 00:00:00 2001 From: Viorel Binciu Date: Wed, 15 Jan 2025 09:35:52 +0200 Subject: [PATCH] task: Updated nvim config --- lua/config/lazy.lua | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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",