X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/e9798ff294de57a0dd98d6cb8d6d57bdcc190aa3..b9bb56f915f21c31e54bffadf8923562cce749b9:/nvim/lua/config/lazy.lua?ds=inline 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",