Closed ShiChenCong closed 3 years ago
check nvim treesitter readme and makesure you install language
@windwp thankyou for awesome plugin!
for anyone meet this problem, you may forget to :TSInstall <language_to_install>
, install your language, eg: :TSInstall tsx
does not work here is my minimum config
when i type
>
after<div
, does not auto add</div>
, below is tsx file