mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-23 17:28:57 +02:00
fix: add tsx treesitter to typescript lang module (#48)
This commit is contained in:
parent
0ea177d5b3
commit
a33d906524
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue