vim: enable 'markdown_inline' parser in nvim-treesitter

This commit is contained in:
Fernando Schauenburg 2022-10-10 21:26:50 +02:00
parent def6d4375c
commit 18feea6710

View file

@ -14,6 +14,7 @@ configs.setup {
'lua',
'make',
'markdown',
'markdown_inline',
'python',
'toml',
'vim',