m4xshen/autoclose.nvim

Adding support for html/xml tags.

Matblanket opened this issue · 1 comments

Currently when writing html, '<' autocompletes with '>'.

I was thinking of extending the plugin to autocomplete the end tag when completing the initial tag.
Eg. when typing <body>, the plugin automatically adds </body> in a new line.

This plugin is designed to be minimal, so I probably won't implement this feature in the future. There is already a plugin that can auto pair html/xml tags. You can use it alongside autoclose.nvim.