fix: add tsx treesitter to typescript lang module (#48)

This commit is contained in:
Andreas Gerlach 2023-01-12 13:25:42 +01:00 committed by GitHub
parent 0ea177d5b3
commit a33d906524
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ return {
{
"nvim-treesitter/nvim-treesitter",
opts = function(_, opts)
table.insert(opts.ensure_installed, "typescript")
vim.list_extend(opts.ensure_installed, { "typescript", "tsx" })
end,
},