X-Git-Url: https://git.madduck.net/etc/lazyvim.git/blobdiff_plain/28d92436b92fd8708be29afbca44e44d6275d6f1..7d86a516ae70e3f98346099724d4d2a9889f0bdb:/.config/lazyvim/lua/config/lazy.lua diff --git a/.config/lazyvim/lua/config/lazy.lua b/.config/lazyvim/lua/config/lazy.lua index 36db196..90a5ff6 100644 --- a/.config/lazyvim/lua/config/lazy.lua +++ b/.config/lazyvim/lua/config/lazy.lua @@ -30,7 +30,7 @@ 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" } }, checker = { enabled = false, -- check for plugin updates periodically notify = false, -- notify on update @@ -39,7 +39,7 @@ require("lazy").setup({ rtp = { -- disable some rtp plugins disabled_plugins = { - "gzip", + -- "gzip", -- "matchit", -- "matchparen", -- "netrwPlugin",