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

Compare commits

..

2 Commits

Author SHA1 Message Date
Li Peng
3d1c9505e9
Merge 074a53a66451d3445031633599c9aaa7a5c80f95 into 8cba1ba234604069cee272eb55649203c21d9dde 2025-03-23 21:52:08 +08:00
Okarin
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

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()