Skip to content

Commit

Permalink
README: Recommend using FastFold
Browse files Browse the repository at this point in the history
  • Loading branch information
nfnty committed Feb 20, 2017
1 parent ccde5b1 commit a281637
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -28,6 +28,9 @@ Use one of the following plugin managers:
* [vundle](https://github.com/VundleVim/Vundle.vim)
* [pathogen](https://github.com/tpope/vim-pathogen)

Also strongly recommend using [FastFold](https://github.com/Konfekt/FastFold)
due to Vim's folding being extremely slow by default.

This comment has been minimized.

Copy link
@tmhedberg

tmhedberg Feb 21, 2017

Owner

Not disagreeing with your recommendation, but I just use an autocommand that sets foldmethod to manual when entering insert mode, and sets it back when leaving insert mode. That's not as sophisticated as FastFold, but it seems to do the trick and only takes 2 lines of configuration.

This comment has been minimized.

Copy link
@nfnty

nfnty Feb 21, 2017

Author Collaborator

FastFold does a lot more to speed up folding than just disabling folding in insert mode.


Configuration
-------------

Expand Down

0 comments on commit a281637

Please sign in to comment.