Skip to content

blablatros/vim-asciidoc-superfold

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Vim Asciidoc Superfold

Vim plugin for folding Asciidoc documents.

Currently, it folds:

  • Section headings (nesting is deliberately avoided; currently it does not work with 2-line/setext headings)

  • Comments (single-line or block style comments)

  • Blocks (blocks with delimiters, or with just a block name in brackets)

Installation

If you are using Vundle, place this in your .vimrc:

Plugin 'blablatros/vim-asciidoc-superfold'

Then run the following in Vim:

:source %
:PluginInstall

If you are using Pathogen, run the following in your terminal:

cd ~/.vim/bundle
git clone https://github.com/blablatros/vim-asciidoc-superfold

Usage

TBD

Configuration

TBD, if any

License

MIT license, see LICENSE

About

Fold Asciidoc documents

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published