2 Commits
Author SHA1 Message Date
Li PengandGitHub 3d1c9505e9 Merge 074a53a664 into 8cba1ba234 2025-03-23 21:52:08 +08:00
OkarinandGitHub 8cba1ba234 Install treesitter on all systems (#384)
For some reason treesitter gets only installed on mac os. This conflicts with treesitter-textobjects which gets installed for every system.
2025-03-21 14:42:33 +01:00
-6
View File
@@ -50,12 +50,6 @@ 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()