Skip to content

Commit df6c986

Browse files
committed
fix: add neovim libs to rtp for treesitter parsers etc
1 parent 49b69b7 commit df6c986

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
@@ -126,6 +126,7 @@ function M.setup(spec, opts)
126126
vim.opt.rtp = {
127127
M.me,
128128
vim.env.VIMRUNTIME,
129+
vim.fn.fnamemodify(vim.v.progpath, ":p:h:h") .. "/lib/nvim",
129130
vim.fn.stdpath("config"),
130131
vim.fn.stdpath("config") .. "/after",
131132
}

0 commit comments

Comments
 (0)