Skip to content

Commit

Permalink
fix(rtp): keep site in rtp
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Dec 21, 2022
1 parent 6dbcdce commit 94d0125
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/lazy/core/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 94d0125

Please sign in to comment.