531 current 1970-01-01 01:00:00 24.11.20250115.e24b4c0 6.6.71 *

This commit is contained in:
2025-01-22 22:36:32 +01:00
parent 6c8042897b
commit 195f941fad
3 changed files with 29 additions and 1 deletions

View File

@ -0,0 +1,8 @@
return {
{
"nvim-treesitter/nvim-treesitter",
config = function ()
require("nvim-treesitter.install").compilers = {vim.g.gcc_bin_path}
end,
}
}