LazyVim / starter

Starter template for LazyVim
Apache License 2.0
944 stars 750 forks source link

How to remove TreeSitter at startup so that it does not install or start? #38

Closed Alexmod closed 9 months ago

Alexmod commented 12 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.

folke commented 9 months ago

Then you must be doing something wrong. Works for me