LazyVim / starter

Starter template for LazyVim
Apache License 2.0
885 stars 703 forks source link

chore: remove built in treesitter parsers #73

Closed unrealapex closed 3 months ago

unrealapex commented 3 months ago

Neovim 0.1 includes built in Treesitter highlighting for bash, c, lua, markdown, markdown_line, python, query, vim, and vimdoc so including these is unnecessary.

folke commented 3 months ago

That is incorrect. When you use nvim-treesitter, you must include the builtin parsers there as well.

unrealapex commented 3 months ago

I was not aware you had to explicitly . Thank you for clarifying that!