mirror of https://github.com/folke/lazy.nvim.git
feat(startup): added data/site to the rtp. Will be used by upcoming treesitter version
This commit is contained in:
parent
ae25448d39
commit
f131606190
|
@ -204,6 +204,7 @@ function M.setup(opts)
|
||||||
if M.options.performance.rtp.reset then
|
if M.options.performance.rtp.reset then
|
||||||
vim.opt.rtp = {
|
vim.opt.rtp = {
|
||||||
vim.fn.stdpath("config"),
|
vim.fn.stdpath("config"),
|
||||||
|
vim.fn.stdpath("data") .. "/site",
|
||||||
M.me,
|
M.me,
|
||||||
vim.env.VIMRUNTIME,
|
vim.env.VIMRUNTIME,
|
||||||
vim.fn.fnamemodify(vim.v.progpath, ":p:h:h") .. "/lib/nvim",
|
vim.fn.fnamemodify(vim.v.progpath, ":p:h:h") .. "/lib/nvim",
|
||||||
|
|
Loading…
Reference in New Issue