windwp / nvim-ts-autotag

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

[FR] Don't insert trailing `>` if already present #146

Closed FalcoGer closed 7 months ago

FalcoGer commented 10 months ago

When using a plugin like delimitMate, typing < will automatically create the closing >.

When used in conjunction with this plugin, typing in <html> where the closing brace would typically ignored by delimitMate, causes the text <html></html>> to be completed.

It would be nice if the trailing > wouldn't be inserted if it was already present.

stale[bot] commented 8 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.