Plugins: add indent plugins and vitality

Closes #97.
This commit is contained in:
Marco Hinz 2016-11-08 20:54:22 +01:00
parent d045a47d3d
commit 39432d2226

View File

@ -10,6 +10,7 @@
- [Delimiter](#delimiter) - [Delimiter](#delimiter)
- [Fuzzy finders](#fuzzy-finders) - [Fuzzy finders](#fuzzy-finders)
- [Grep tools](#grep-tools) - [Grep tools](#grep-tools)
- [Indent](#indent)
- [Navigation](#navigation) - [Navigation](#navigation)
- [Snippets](#snippets) - [Snippets](#snippets)
- [Statusline](#statusline) - [Statusline](#statusline)
@ -86,6 +87,11 @@
- [grepper](https://github.com/mhinz/vim-grepper) (tries to supercede all other - [grepper](https://github.com/mhinz/vim-grepper) (tries to supercede all other
grep plugins :-)) grep plugins :-))
#### Indent
- [indent-guides](https://github.com/nathanaelkane/vim-indent-guides)
- [indentline](https://github.com/Yggdroot/indentLine)
#### Navigation #### Navigation
- [dirvish](https://github.com/justinmk/vim-dirvish) - [dirvish](https://github.com/justinmk/vim-dirvish)
@ -138,6 +144,7 @@ Also see [fuzzy finders](#fuzzy-finders).
- [dispatch](https://github.com/tpope/vim-dispatch) - [dispatch](https://github.com/tpope/vim-dispatch)
- [tmux-complete](https://github.com/wellle/tmux-complete.vim) - [tmux-complete](https://github.com/wellle/tmux-complete.vim)
- [tmux-navigator](https://github.com/christoomey/vim-tmux-navigator) - [tmux-navigator](https://github.com/christoomey/vim-tmux-navigator)
- [vitality](https://github.com/sjl/vitality.vim)
#### Undo history #### Undo history