nvim: add html to treesitter
This commit is contained in:
parent
7713fc88e1
commit
4ab98023e6
|
@ -12,7 +12,7 @@ packer.use {
|
|||
additional_vim_regex_highlighting = { 'org' }
|
||||
},
|
||||
ensure_installed = {
|
||||
'org', 'css', 'comment', 'json', 'json5',
|
||||
'org', 'html', 'css', 'comment', 'json', 'json5',
|
||||
'cpp', 'c', 'lua', 'bash', 'javascript' ,'cmake', 'make',
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user