1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00

nvim/lua/user/plugins/lang/typescript.lua: add tsx treesitter parser

This commit is contained in:
Henrik Hautakoski 2026-05-18 22:14:51 +02:00
parent 289e9d1c4c
commit f5ed798e46

View file

@ -23,7 +23,7 @@ return {
{
"nvim-treesitter/nvim-treesitter",
opts = {
install = { "typescript" }
install = { "typescript", "tsx" }
}
},
{