Summeli / html-entities.nvim

nvim html entities plugin. HTML encode / decode files with this plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

html-entities.nvim

nvim html entities plugin. HTML encode / decode files with this plugin

This plugin is based on htmlEntities-for-lua by TiagoDanin:

Status

This plugin is under active development, the HtmlEncode and Decode should work. Contributions are accepted, if you have more ideas how to do this.

Requirements

  • nvim 0.9+

Installation

-- packer.nvim
use {'Summeli/html-entities.nvim', config = function()
  require('html-entities').setup()
end}

-- lazy.nvim
{'Summeli/html-entities.nvim', config = true}

How to use

to encode, use:

HtmlEncode

and to decode

HtmlDecode

Contributors

Contributions are welcome. If you have an idea for a feature you'd like to see added, submit a PR rquest

About

nvim html entities plugin. HTML encode / decode files with this plugin

License:MIT License


Languages

Language:Lua 99.8%Language:Makefile 0.2%