Skip to content

Commit f131606

Browse files
committed
feat(startup): added data/site to the rtp. Will be used by upcoming treesitter version
1 parent ae25448 commit f131606

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/lazy/core/config.lua

+1
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ function M.setup(opts)
204204
if M.options.performance.rtp.reset then
205205
vim.opt.rtp = {
206206
vim.fn.stdpath("config"),
207+
vim.fn.stdpath("data") .. "/site",
207208
M.me,
208209
vim.env.VIMRUNTIME,
209210
vim.fn.fnamemodify(vim.v.progpath, ":p:h:h") .. "/lib/nvim",

0 commit comments

Comments
 (0)