X-Git-Url: https://git.madduck.net/etc/lazyvim.git/blobdiff_plain/bd3c4d475bab6e50b256a41ac66efc90b47cde18..69c04414be903040ac87497aad646914ab5654fa:/.config/lazyvim/lua/config/lazy.lua diff --git a/.config/lazyvim/lua/config/lazy.lua b/.config/lazyvim/lua/config/lazy.lua index d73bfa1..77ab20b 100644 --- a/.config/lazyvim/lua/config/lazy.lua +++ b/.config/lazyvim/lua/config/lazy.lua @@ -32,14 +32,14 @@ require("lazy").setup({ }, install = { colorscheme = { "tokyonight", "habamax" } }, checker = { - enabled = true, -- check for plugin updates periodically + enabled = false, -- check for plugin updates periodically notify = false, -- notify on update }, -- automatically check for plugin updates performance = { rtp = { -- disable some rtp plugins disabled_plugins = { - "gzip", + -- "gzip", -- "matchit", -- "matchparen", -- "netrwPlugin",