mirror of https://github.com/folke/lazy.nvim.git
fix(rtp): keep site in rtp
This commit is contained in:
parent
6dbcdcec83
commit
94d012511d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue