1 Commits
Author SHA1 Message Date
Li PengandGitHub 141e857e0c Merge 074a53a664 into a00e1fd92a 2025-03-08 00:30:16 -03:00
+6
View File
@@ -50,6 +50,12 @@ local plugin_specs = {
{
"nvim-treesitter/nvim-treesitter",
enabled = function()
if vim.g.is_mac then
return true
end
return false
end,
event = "VeryLazy",
build = ":TSUpdate",
config = function()