feat: Adding gitconfig support finally

This commit is contained in:
2026-06-08 06:54:42 -05:00
parent 406be77c97
commit 02d8fff47e
3 changed files with 43 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
-- Treesitter
local rocks_path = os.getenv('HOME') .. "/.luarocks/lib/luarocks/rocks-5.1"
-- Pick up the installed
-- Pick up the installed parsers in the install dir
for _, parser_dir in ipairs(vim.fn.glob(rocks_path .. '/tree-sitter-*/*/', true, true)) do
vim.opt.runtimepath:prepend(parser_dir)
end