mirror of
https://github.com/mhinz/vim-galore.git
synced 2025-02-24 01:59: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 colorschemes](#list-of-colorschemes-1)
|
||||||
|
|
||||||
#### [List of plugins](#list-of-plugins-1)
|
#### [List of plugins](#list-of-plugins-1)
|
||||||
|
- [Navigation](#navigation)
|
||||||
- [Fuzzy finders](#fuzzy-finders)
|
- [Fuzzy finders](#fuzzy-finders)
|
||||||
- [Version control](#version-control)
|
- [Version control](#version-control)
|
||||||
|
|
||||||
@ -326,12 +327,22 @@ Here's a list of commonly used colorschemes:
|
|||||||
|
|
||||||
## List of plugins
|
## 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
|
#### Fuzzy finders
|
||||||
|
|
||||||
- [command-t](https://github.com/wincent/Command-T)
|
- [command-t](https://github.com/wincent/Command-T) (fuzzy finder)
|
||||||
- [ctrlp](https://github.com/ctrlpvim/ctrlp.vim.git)
|
- [ctrlp](https://github.com/ctrlpvim/ctrlp.vim.git) (fuzzy finder)
|
||||||
- [fzf](https://github.com/junegunn/fzf)
|
- [fzf](https://github.com/junegunn/fzf) (fuzzy finder)
|
||||||
- [unite](https://github.com/Shougo/unite.vim)
|
- [unite](https://github.com/Shougo/unite.vim) (fuzzy finder)
|
||||||
|
|
||||||
#### Version control
|
#### Version control
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user