vim: add treesitter query parser

This commit is contained in:
Fernando Schauenburg 2022-10-11 13:52:55 +02:00
parent 18feea6710
commit c580fb820a

View file

@ -16,6 +16,7 @@ configs.setup {
'markdown', 'markdown',
'markdown_inline', 'markdown_inline',
'python', 'python',
'query',
'toml', 'toml',
'vim', 'vim',
'yaml', 'yaml',