Clone to the ~/.vim/pack/plugins/start/vim-rst
where plugins
is an
arbitrary directory name inside /pack
:
git clone https://github.com/habamax/vim-rst ~/.vim/pack/plugins/start/
Or use instructions of your plugin manager of choice.
formatlistpat
is added (although it doesn't handleii.
orI.
etc.).- Arguably "sane" indentation.
- Handle nested directives.
- Inline markup highlighting takes care of a lot of edge cases and follows inline markup recognition rules.
- Section highlighting doesn't clash with simple tables and has separate section delimiter highlight.
- Roles are highlighted such as
:kbd:`Enter`
. - List items are highlighted.
- Simple table delimiters with empty rows are highlighted.
- Field lists and URLs are highlighted.
- and more...
- Fuzzy Table Of Contents for Vim9
- Auto adjust section delimiters
- Generate PDF using Chrome web browser
- Preview HTML version in web browser