Skip to content

Summeli/html-entities.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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