Add some TS grammar.
This commit is contained in:
parent
689709e1ae
commit
327572f599
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ return {
|
||||||
{
|
{
|
||||||
"nvim-treesitter/nvim-treesitter",
|
"nvim-treesitter/nvim-treesitter",
|
||||||
opts = {
|
opts = {
|
||||||
ensure_installed = { "python", "lua", "rust", "perl" },
|
ensure_installed = { "python", "lua", "rust", "perl", "typescript", "javascript" },
|
||||||
auto_install = true,
|
auto_install = true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue