Home

Awesome

vim-foldpeek

vim-foldpeek starts from a partial fork of LeafCage/foldCC.vim. Thanks!

Installation

Install the plugin using your favorite package manager.

For dein.vim

call dein#add('kaile256/vim-foldpeek')

Features

  " '```.*$' for markdown,  '[# \t]*\[\[plugins]]' for dein users
  let g:foldpeek#skip_patterns = [
        \ '^[\-=/{!* \t]*$',
        \ '^```.*$'
        \ '[# \t]*\[\[plugins]]',
        \ ]
with foldpeek#text() (in vim-foldpeek)
tarai_peek
with foldtext() (default)
tarai_text

For more detail, type :h foldpeek in vim's command line and see doc/foldpeek.txt.

TODO

License

MIT