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 = false, -- always use the latest git commit
-- version = "*", -- try installing the latest stable version for plugins that support semver -- 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 checker = { enabled = true }, -- automatically check for plugin updates
performance = { performance = {
rtp = { rtp = {
-- disable some rtp plugins -- disable some rtp plugins
disabled_plugins = { disabled_plugins = {
"gzip", "gzip",
-- "matchit", "matchit",
-- "matchparen", "matchparen",
-- "netrwPlugin", "netrwPlugin",
"tarPlugin", "tarPlugin",
"tohtml", "tohtml",
"tutor", "tutor",