1
0
Fork 0

nvim: add markdown from treesitter

This commit is contained in:
tastytea 2022-08-15 22:36:45 +02:00
parent 59e7a364cd
commit 4392b5a9ee
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 3 additions and 2 deletions

View File

@ -6,8 +6,9 @@ require'nvim-treesitter.configs'.setup {
additional_vim_regex_highlighting = { 'org' }
},
ensure_installed = {
'org', 'html', 'css', 'comment', 'json', 'json5',
'cpp', 'c', 'lua', 'bash', 'javascript', 'typescript' ,'cmake', 'make',
'org', 'markdown', 'markdown_inline', 'html', 'css',
'cpp', 'c', 'lua', 'bash', 'javascript', 'typescript',
'comment', 'cmake', 'make', 'json', 'json5',
},
}