task: Updated nvim config

This commit is contained in:
Viorel Binciu 2025-01-15 09:35:52 +02:00
parent c872be008f
commit 5b5b0d4fa7
No known key found for this signature in database
GPG key ID: AC875EA6A34E7770

View file

@ -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",