Add plugin section and fuzzy finders

This commit is contained in:
Marco Hinz 2016-01-05 02:03:37 +01:00
parent b086f17a52
commit e4bb638d5e

View File

@ -10,6 +10,9 @@
#### Usage #### Usage
- [Managing plugins](#managing-plugins) - [Managing plugins](#managing-plugins)
#### Plugins
- [Fuzzy finders](#fuzzy-finders)
--- ---
## Basics ## Basics
@ -119,3 +122,12 @@ in alphabetic sequence:
- [vundle](https://github.com/VundleVim/Vundle.vim) - [vundle](https://github.com/VundleVim/Vundle.vim)
Plug is my favorite, but your mileage may vary. 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)