Skip to content

natebass/vim-most-minimal-folds

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

most-minimal-folds.vim

Strips out all the noise from vim's fold line.

About

Vim's folds come with a lot of noise by default.

vim default folds

The second line on the screenshot above is vim's fold. Everything on that line, except the text within the red box, was added by vim: the indentation, hyphens and line count.

This plugin removes all the extras added by vim in the fold line. Only the content of the first fold line is left (in the above example that's the text in the red box).

Optionally, you can enable the line count with this option:

let g:most_minimal_folds_line_count = 1

Installation

  • Vundle
    Plugin 'bruno-/vim-most-minimal-folds'

  • Pathogen
    git clone git://github.com/bruno-/vim-most-minimal-folds.git ~/.vim/bundle/vim-most-minimal-folds

License

MIT

About

strips out all the noise from vim's fold line

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%