]> git.rmz.io Git - dotfiles.git/blobdiff - nvim/lua/config/lazy.lua
nvim: also source original vimrc file
[dotfiles.git] / nvim / lua / config / lazy.lua
index 891b1901b7bf269295d7a3717cdb9e744de5ef86..91f86a709866933388859b657ac6432f79a28c9a 100644 (file)
@@ -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",