Skip to content

Commit

Permalink
feat(startup): added data/site to the rtp. Will be used by upcoming t…
Browse files Browse the repository at this point in the history
…reesitter version
  • Loading branch information
folke committed Jun 8, 2023
1 parent ae25448 commit f131606
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 @@ -204,6 +204,7 @@ function M.setup(opts)
if M.options.performance.rtp.reset then
vim.opt.rtp = {
vim.fn.stdpath("config"),
vim.fn.stdpath("data") .. "/site",
M.me,
vim.env.VIMRUNTIME,
vim.fn.fnamemodify(vim.v.progpath, ":p:h:h") .. "/lib/nvim",
Expand Down

0 comments on commit f131606

Please sign in to comment.