nvim-lua / kickstart.nvim

A launch point for your personal nvim configuration
MIT License
16.93k stars 17.05k forks source link

Remove treesitter auto_install #877

Closed aripollak closed 2 months ago

aripollak commented 2 months ago

It seems like some of the treesitter languages are not ready for general use. In my case, Running git commit -v resulted in the gitcommit language being installed, which resulted in no syntax highlighting at all in the diff below the commit message.

feoh commented 2 months ago

Please feel free to make this change in your own personal fork. I don't think it makes sense in the scope of the broader project.