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', 'lua',
'make', 'make',
'markdown', 'markdown',
'markdown_inline',
'python', 'python',
'toml', 'toml',
'vim', 'vim',