mirror of
https://github.com/mhinz/vim-galore.git
synced 2025-02-23 17:49:28 +08:00
Plugins: navigation
This commit is contained in:
parent
3cccab31fe
commit
2ce12ea9f2
19
README.md
19
README.md
@ -21,6 +21,7 @@
|
||||
#### [List of colorschemes](#list-of-colorschemes-1)
|
||||
|
||||
#### [List of plugins](#list-of-plugins-1)
|
||||
- [Navigation](#navigation)
|
||||
- [Fuzzy finders](#fuzzy-finders)
|
||||
- [Version control](#version-control)
|
||||
|
||||
@ -326,12 +327,22 @@ Here's a list of commonly used colorschemes:
|
||||
|
||||
## List of plugins
|
||||
|
||||
#### Navigation
|
||||
|
||||
- [easymotion](https://github.com/easymotion/vim-easymotion)
|
||||
- [nerdtree](https://github.com/scrooloose/nerdtree)
|
||||
- [sneak](https://github.com/justinmk/vim-sneak)
|
||||
- [tagbar](https://github.com/majutsushi/tagbar)
|
||||
- [vinegar](https://github.com/tpope/vim-vinegar)
|
||||
|
||||
Also see [fuzzy finders](#fuzzy-finders).
|
||||
|
||||
#### Fuzzy finders
|
||||
|
||||
- [command-t](https://github.com/wincent/Command-T)
|
||||
- [ctrlp](https://github.com/ctrlpvim/ctrlp.vim.git)
|
||||
- [fzf](https://github.com/junegunn/fzf)
|
||||
- [unite](https://github.com/Shougo/unite.vim)
|
||||
- [command-t](https://github.com/wincent/Command-T) (fuzzy finder)
|
||||
- [ctrlp](https://github.com/ctrlpvim/ctrlp.vim.git) (fuzzy finder)
|
||||
- [fzf](https://github.com/junegunn/fzf) (fuzzy finder)
|
||||
- [unite](https://github.com/Shougo/unite.vim) (fuzzy finder)
|
||||
|
||||
#### Version control
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user