nixos/modules/home/shell/nvim-lua/plugins/nvim-treesitter.lua

9 lines
166 B
Lua

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