mirror of
https://github.com/mhinz/vim-galore.git
synced 2025-02-24 01:59:28 +08:00
Add plugin section and fuzzy finders
This commit is contained in:
parent
b086f17a52
commit
e4bb638d5e
12
README.md
12
README.md
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user