mirror of https://github.com/folke/lazy.nvim.git
fix: add neovim libs to rtp for treesitter parsers etc
This commit is contained in:
parent
49b69b7f9f
commit
df6c9863dc
|
@ -126,6 +126,7 @@ function M.setup(spec, opts)
|
||||||
vim.opt.rtp = {
|
vim.opt.rtp = {
|
||||||
M.me,
|
M.me,
|
||||||
vim.env.VIMRUNTIME,
|
vim.env.VIMRUNTIME,
|
||||||
|
vim.fn.fnamemodify(vim.v.progpath, ":p:h:h") .. "/lib/nvim",
|
||||||
vim.fn.stdpath("config"),
|
vim.fn.stdpath("config"),
|
||||||
vim.fn.stdpath("config") .. "/after",
|
vim.fn.stdpath("config") .. "/after",
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue