nvim: enable support for more stuff in treesitter

This commit is contained in:
tastytea 2022-08-13 04:04:28 +02:00
parent 157bf62324
commit e01beced1e
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM

View File

@ -11,7 +11,10 @@ packer.use {
enable = true,
additional_vim_regex_highlighting = { 'org' }
},
ensure_installed = { 'org' },
ensure_installed = {
'org', 'css', 'comment', 'json', 'json5',
'cpp', 'c', 'lua', 'bash', 'javascript' ,'cmake', 'make',
},
}
end
}