mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 11:24:55 +02:00
nvim/lua/user/plugins/lang/typescript.lua: add tsx treesitter parser
This commit is contained in:
parent
289e9d1c4c
commit
f5ed798e46
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ return {
|
|||
{
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
opts = {
|
||||
install = { "typescript" }
|
||||
install = { "typescript", "tsx" }
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue