fix: add neovim libs to rtp for treesitter parsers etc

This commit is contained in:
Folke Lemaitre 2022-12-20 15:03:16 +01:00
parent 49b69b7f9f
commit df6c9863dc
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040
1 changed files with 1 additions and 0 deletions

View File

@ -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",
} }