mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix: add tsx treesitter to typescript lang module
This commit is contained in:
parent
87c37f287b
commit
e766237408
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ return {
|
||||||
{
|
{
|
||||||
"nvim-treesitter/nvim-treesitter",
|
"nvim-treesitter/nvim-treesitter",
|
||||||
opts = function(_, opts)
|
opts = function(_, opts)
|
||||||
table.insert(opts.ensure_installed, "typescript")
|
vim.list_extend(opts.ensure_installed, { "typescript", "tsx" })
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue