From 2ce12ea9f256158be0b0f93ab08c89a81c1c2d32 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Tue, 5 Jan 2016 16:56:14 +0100 Subject: [PATCH] Plugins: navigation --- README.md | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bf34502..15367a4 100644 --- a/README.md +++ b/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