Closed Alexmod closed 9 months ago
I added the file lua/plugins/disabled.lua with the following content:
return { { "nvim-treesitter/nvim-treesitter", enabled = false }, } But it didn't help me and treesitter installation still starts.
return { { "nvim-treesitter/nvim-treesitter", enabled = false }, }
Then you must be doing something wrong. Works for me
I added the file lua/plugins/disabled.lua with the following content:
return { { "nvim-treesitter/nvim-treesitter", enabled = false }, }
But it didn't help me and treesitter installation still starts.