1
0
Fork 0

nvim: add html to treesitter

This commit is contained in:
tastytea 2022-08-13 12:09:04 +02:00
parent 7713fc88e1
commit 4ab98023e6
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 1 additions and 1 deletions

View File

@ -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',
},
}