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

This commit is contained in:
Andreas Gerlach authored and GitHub committed 2023-01-12 13:25:42 +01:00
1 parent 0ea177d5b3
commit a33d906524
1 file changed
+1 -1
@@ -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,
},