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 = {
'astro',
'css',
'go',
'html',
'javascript',
'jsdoc',
@ -18,6 +19,7 @@ local defaults = {
'scss',
'tsx',
'typescript',
'yaml',
},
highlight = {
enable = true,