fix: add tsx treesitter to typescript lang module

This commit is contained in:
Andreas Gerlach 2023-01-11 22:45:43 +01:00 committed by Andreas Gerlach
parent 87c37f287b
commit e766237408

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,
},