windwp / nvim-ts-autotag

Use treesitter to auto close and auto rename html tag
MIT License
1.63k stars 87 forks source link

Not working for tsx files #66

Closed jondwoo closed 2 years ago

jondwoo commented 2 years ago

working with jsx and html. not working for tsx

require('nvim-ts-autotag').setup({
    filetypes = { "tsx" , "typescriptreact" },
}),

nvim 0.7

helloalicesmith commented 2 years ago

run :TSInstall tsx

angelollima commented 1 year ago

hbu for jsx? it's not working for me