From 8cba1ba234604069cee272eb55649203c21d9dde Mon Sep 17 00:00:00 2001 From: Okarin Date: Fri, 21 Mar 2025 14:42:33 +0100 Subject: [PATCH] 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. --- lua/plugin_specs.lua | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lua/plugin_specs.lua b/lua/plugin_specs.lua index 5a8b338..ba22920 100644 --- a/lua/plugin_specs.lua +++ b/lua/plugin_specs.lua @@ -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()