From 94d012511d19a4438c0098fff000a6d63198f2c8 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Wed, 21 Dec 2022 19:58:20 +0100 Subject: [PATCH] fix(rtp): keep site in rtp --- lua/lazy/core/config.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/lazy/core/config.lua b/lua/lazy/core/config.lua index 63bc99f..5b0e829 100644 --- a/lua/lazy/core/config.lua +++ b/lua/lazy/core/config.lua @@ -142,6 +142,7 @@ function M.setup(spec, opts) vim.fn.fnamemodify(vim.v.progpath, ":p:h:h") .. "/lib/nvim", vim.fn.stdpath("config"), vim.fn.stdpath("config") .. "/after", + vim.fn.stdpath("data") .. "/site", } end for _, path in ipairs(M.options.performance.rtp.paths) do