nvim html entities plugin. HTML encode / decode files with this plugin
This plugin is based on htmlEntities-for-lua by TiagoDanin:
This plugin is under active development, the HtmlEncode and Decode should work. Contributions are accepted, if you have more ideas how to do this.
nvim 0.9+
-- packer.nvim
use {'Summeli/html-entities.nvim', config = function()
require('html-entities').setup()
end}
-- lazy.nvim
{'Summeli/html-entities.nvim', config = true}
to encode, use:
HtmlEncode
and to decode
HtmlDecode
Contributions are welcome. If you have an idea for a feature you'd like to see added, submit a PR rquest