|
1 |
| -test |
| 1 | +*lazy.nvim.txt* For Neovim >= 0.8.0 Last change: 2024 May 06 |
| 2 | + |
| 3 | +============================================================================== |
| 4 | +Table of Contents *lazy.nvim-table-of-contents* |
| 5 | + |
| 6 | +1. html-entities.nvim |lazy.nvim-html-entities.nvim| |
| 7 | + - Status |lazy.nvim-html-entities.nvim-status| |
| 8 | + - Requirements |lazy.nvim-html-entities.nvim-requirements| |
| 9 | + - Installation |lazy.nvim-html-entities.nvim-installation| |
| 10 | + - How to use |lazy.nvim-html-entities.nvim-how-to-use| |
| 11 | + - Contributors |lazy.nvim-html-entities.nvim-contributors| |
| 12 | + |
| 13 | +============================================================================== |
| 14 | +1. html-entities.nvim *lazy.nvim-html-entities.nvim* |
| 15 | + |
| 16 | +nvim html entities plugin. HTML encode / decode files with this plugin |
| 17 | + |
| 18 | +This plugin is based on htmlEntities-for-lua |
| 19 | +<https://github.com/TiagoDanin/htmlEntities-for-lua> by TiagoDanin: |
| 20 | + |
| 21 | + |
| 22 | +STATUS *lazy.nvim-html-entities.nvim-status* |
| 23 | + |
| 24 | +This plugin is under active development, it should "work", but the installation |
| 25 | +scripts are not yet done… |
| 26 | + |
| 27 | + |
| 28 | +REQUIREMENTS *lazy.nvim-html-entities.nvim-requirements* |
| 29 | + |
| 30 | +- `nvim 0.9+` |
| 31 | + |
| 32 | + |
| 33 | +INSTALLATION *lazy.nvim-html-entities.nvim-installation* |
| 34 | + |
| 35 | +>lua |
| 36 | + -- packer.nvim |
| 37 | + use {'Summeli/html-entities.nvim', config = function() |
| 38 | + require('html-entities').setup() |
| 39 | + end} |
| 40 | + |
| 41 | + -- lazy.nvim |
| 42 | + {'Summeli/html-entities.nvim', config = true} |
| 43 | +< |
| 44 | + |
| 45 | + |
| 46 | +HOW TO USE *lazy.nvim-html-entities.nvim-how-to-use* |
| 47 | + |
| 48 | +to encode, use: |
| 49 | + |
| 50 | +>lua |
| 51 | + HtmlEncode |
| 52 | +< |
| 53 | + |
| 54 | +and to decode |
| 55 | + |
| 56 | +>lua |
| 57 | + HtmlDecode |
| 58 | +< |
| 59 | + |
| 60 | + |
| 61 | +CONTRIBUTORS *lazy.nvim-html-entities.nvim-contributors* |
| 62 | + |
| 63 | +Contributions are welcome. If you have an idea for a feature you’d like to |
| 64 | +see added, submit a PR rquest |
| 65 | + |
| 66 | +Generated by panvimdoc <https://github.com/kdheepak/panvimdoc> |
| 67 | + |
| 68 | +vim:tw=78:ts=8:noet:ft=help:norl: |
0 commit comments