Closed unrealapex closed 5 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.
bash
c
lua
markdown
markdown_line
python
query
vim
vimdoc
That is incorrect. When you use nvim-treesitter, you must include the builtin parsers there as well.
I was not aware you had to explicitly . Thank you for clarifying that!
Neovim 0.1 includes built in Treesitter highlighting for
bash
,c
,lua
,markdown
,markdown_line
,python
,query
,vim
, andvimdoc
so including these is unnecessary.