1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

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.
This commit is contained in:
Okarin 2025-03-21 14:42:33 +01:00 committed by GitHub
parent a00e1fd92a
commit 8cba1ba234
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -50,12 +50,6 @@ local plugin_specs = {
{ {
"nvim-treesitter/nvim-treesitter", "nvim-treesitter/nvim-treesitter",
enabled = function()
if vim.g.is_mac then
return true
end
return false
end,
event = "VeryLazy", event = "VeryLazy",
build = ":TSUpdate", build = ":TSUpdate",
config = function() config = function()