feat: add more ts languages

This commit is contained in:
Matthew Leong 2022-12-29 18:51:29 -08:00
parent 364ab525fc
commit d9b173b42d

View file

@ -5,6 +5,7 @@ local defaults = {
ensure_installed = { ensure_installed = {
'astro', 'astro',
'css', 'css',
'go',
'html', 'html',
'javascript', 'javascript',
'jsdoc', 'jsdoc',
@ -18,6 +19,7 @@ local defaults = {
'scss', 'scss',
'tsx', 'tsx',
'typescript', 'typescript',
'yaml',
}, },
highlight = { highlight = {
enable = true, enable = true,