nvim: add markdown from treesitter
This commit is contained in:
parent
59e7a364cd
commit
4392b5a9ee
|
@ -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',
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user