X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/b553d3fe4b1d1fe39042f4e30297bce236533072..3467915728c705f0a9100feff77eab4d5da14564:/nvim/lua/config/lazy.lua diff --git a/nvim/lua/config/lazy.lua b/nvim/lua/config/lazy.lua index 891b190..91f86a7 100644 --- a/nvim/lua/config/lazy.lua +++ b/nvim/lua/config/lazy.lua @@ -30,6 +30,8 @@ require("lazy").setup({ checker = { enabled = true }, -- automatically check for plugin updates performance = { rtp = { + -- HACK: do not reset rtp to allow interop with vim-plug + reset = false, -- disable some rtp plugins disabled_plugins = { "gzip",