fix(rtp): keep site in rtp

This commit is contained in:
Folke Lemaitre 2022-12-21 19:58:20 +01:00
parent 6dbcdcec83
commit 94d012511d
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040
1 changed files with 1 additions and 0 deletions

View File

@ -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