Skip to content

Commit

Permalink
fix: add neovim libs to rtp for treesitter parsers etc
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Dec 20, 2022
1 parent 49b69b7 commit df6c986
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/lazy/core/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ function M.setup(spec, opts)
vim.opt.rtp = {
M.me,
vim.env.VIMRUNTIME,
vim.fn.fnamemodify(vim.v.progpath, ":p:h:h") .. "/lib/nvim",
vim.fn.stdpath("config"),
vim.fn.stdpath("config") .. "/after",
}
Expand Down

0 comments on commit df6c986

Please sign in to comment.