X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/1cbe43ea1648b2104b35b5a810dabfb3b77f8ce6..ff2e5d1bcefc70904f595c7527f3559c8ab3d251:/nvim/lua/config/lazy.lua diff --git a/nvim/lua/config/lazy.lua b/nvim/lua/config/lazy.lua index 891b190..1eebb56 100644 --- a/nvim/lua/config/lazy.lua +++ b/nvim/lua/config/lazy.lua @@ -27,9 +27,15 @@ require("lazy").setup({ -- version = "*", -- try installing the latest stable version for plugins that support semver }, install = { colorscheme = { "tokyonight", "habamax" } }, - checker = { enabled = true }, -- automatically check for plugin updates + checker = { + -- automatically check for plugin updates + enabled = true, + notify = false, + }, performance = { rtp = { + -- HACK: do not reset rtp to allow interop with vim-plug + reset = false, -- disable some rtp plugins disabled_plugins = { "gzip",