531 current 1970-01-01 01:00:00 24.11.20250115.e24b4c0 6.6.71 *
This commit is contained in:
8
modules/home/shell/nvim-lua/plugins/nvim-treesitter.lua
Normal file
8
modules/home/shell/nvim-lua/plugins/nvim-treesitter.lua
Normal file
@ -0,0 +1,8 @@
|
||||
return {
|
||||
{
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
config = function ()
|
||||
require("nvim-treesitter.install").compilers = {vim.g.gcc_bin_path}
|
||||
end,
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user