Skip to content

luisdavim/pretty-folds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

pretty-folds.vim

This is a very simple plugin to make folding in Vim look better and eazier

Installation

Simply copy and paste:

cd ~/.vim/bundle
git clone git://github.com/luisdavim/pretty-folds.git

An in the case of vundle add Bundle 'luisdavim/pretty-folds' to your .vimrc

Features

See the source for the authoritative list of features:

  • Sets fold text style
  • Toggle folds using the space key (when foldmethod is set)
  • '<leader>ft' : Fold tags
  • '<leader>ff' : Fold brackets
  • '<leader>fp' : Fold paragraph
  • '<leader>fi' : Fold indentation
  • '<leader>af' : Automatic folding (sets foldmethod to syntax)

FAQ

How can I see what this plugin actually does?

The source is authoritative.

Feel free to [let me know][GitHub issues] which setting you object to, so I can reassess whether it makes sense to include it.

Contributing

I want this to be a plugin nobody objects to installing. [Let me know][GitHub issues] if you have any objections to anything.

Feel free to ask a question if you're not sure why I've set something, as I haven't put much effort into documenting that. [GitHub issues]: http://github.com/luisdavim/pretty-folds/issues

Self-Promotion

Like this plugin? Follow the repository on GitHub and vote for it on GitHub.

License

Copyright © Luis Davim. Distributed under the same terms as Vim itself. See :help license.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published