From e4bb638d5e06dc71d7a27b0e5c687b708807cf1c Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Tue, 5 Jan 2016 02:03:37 +0100 Subject: [PATCH] Add plugin section and fuzzy finders --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 170ca44..d706c46 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,9 @@ #### Usage - [Managing plugins](#managing-plugins) +#### Plugins +- [Fuzzy finders](#fuzzy-finders) + --- ## Basics @@ -119,3 +122,12 @@ in alphabetic sequence: - [vundle](https://github.com/VundleVim/Vundle.vim) Plug is my favorite, but your mileage may vary. + +## Plugins + +#### Fuzzy finders + +- [command-t](https://github.com/wincent/Command-T) +- [ctrlp](https://github.com/ctrlpvim/ctrlp.vim.git) +- [fzf](https://github.com/junegunn/fzf) (my fav) +- [unite](https://github.com/Shougo/unite.vim)