I got a problem when I try to type < It will automatically add > so the result is <|>, now the alvan/vim-closetag wont work correctly because there is already > on the tag.
How I can prevent Neovim to do not add > when I try to add html tags.
What I observe is, this will just happen after I run prettier to format the code.
Edit:
This will only happen if the useTabs option on the prettier is set to true.