1
0
Fork 0

nvim: ts: add typescript

This commit is contained in:
tastytea 2022-08-15 05:18:05 +02:00
parent 4615f1f9c5
commit 2d87a99856
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ require'nvim-treesitter.configs'.setup {
},
ensure_installed = {
'org', 'html', 'css', 'comment', 'json', 'json5',
'cpp', 'c', 'lua', 'bash', 'javascript' ,'cmake', 'make',
'cpp', 'c', 'lua', 'bash', 'javascript', 'typescript' ,'cmake', 'make',
},
}