mirror of
https://github.com/mhinz/vim-galore.git
synced 2025-02-24 01:59:28 +08:00
Plugins: sort sections
This commit is contained in:
parent
7b8bf4943d
commit
4fc7fee9b9
62
README.md
62
README.md
@ -21,15 +21,15 @@
|
|||||||
#### [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)
|
|
||||||
- [Grep tools](#grep-tools)
|
|
||||||
- [Code completion](#code-completion)
|
- [Code completion](#code-completion)
|
||||||
- [Delimiter](#delimiter)
|
- [Delimiter](#delimiter)
|
||||||
- [Version control](#version-control)
|
- [Fuzzy finders](#fuzzy-finders)
|
||||||
|
- [Grep tools](#grep-tools)
|
||||||
|
- [Navigation](#navigation)
|
||||||
- [Statusline](#statusline)
|
- [Statusline](#statusline)
|
||||||
- [Taking notes](#taking-notes)
|
- [Taking notes](#taking-notes)
|
||||||
- [Undo history](#undo-history)
|
- [Undo history](#undo-history)
|
||||||
|
- [Version control](#version-control)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -335,16 +335,18 @@ Here's a list of commonly used colorschemes:
|
|||||||
|
|
||||||
## List of plugins
|
## List of plugins
|
||||||
|
|
||||||
#### Navigation
|
#### Code completion
|
||||||
|
|
||||||
- [easymotion](https://github.com/easymotion/vim-easymotion)
|
- [neocomplete](https://github.com/Shougo/neocomplete.vim)
|
||||||
- [nerdtree](https://github.com/scrooloose/nerdtree)
|
- [supertab](https://github.com/ervandew/supertab)
|
||||||
- [sneak](https://github.com/justinmk/vim-sneak)
|
- [youcompleteme](https://github.com/Valloric/YouCompleteMe)
|
||||||
- [tagbar](https://github.com/majutsushi/tagbar)
|
|
||||||
- [vimfiler](https://github.com/Shougo/vimfiler.vim)
|
|
||||||
- [vinegar](https://github.com/tpope/vim-vinegar)
|
|
||||||
|
|
||||||
Also see [fuzzy finders](#fuzzy-finders).
|
#### Delimiter
|
||||||
|
|
||||||
|
- [auto-pairs](https://github.com/jiangmiao/auto-pairs)
|
||||||
|
- [delimitmate](https://github.com/Raimondi/delimitMate)
|
||||||
|
- [endwise](https://github.com/tpope/vim-endwise)
|
||||||
|
- [ultisnips](https://github.com/SirVer/ultisnips)
|
||||||
|
|
||||||
#### Fuzzy finders
|
#### Fuzzy finders
|
||||||
|
|
||||||
@ -360,27 +362,16 @@ Also see [fuzzy finders](#fuzzy-finders).
|
|||||||
- [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 :-))
|
||||||
|
|
||||||
#### Code completion
|
#### Navigation
|
||||||
|
|
||||||
- [neocomplete](https://github.com/Shougo/neocomplete.vim)
|
- [easymotion](https://github.com/easymotion/vim-easymotion)
|
||||||
- [supertab](https://github.com/ervandew/supertab)
|
- [nerdtree](https://github.com/scrooloose/nerdtree)
|
||||||
- [youcompleteme](https://github.com/Valloric/YouCompleteMe)
|
- [sneak](https://github.com/justinmk/vim-sneak)
|
||||||
|
- [tagbar](https://github.com/majutsushi/tagbar)
|
||||||
|
- [vimfiler](https://github.com/Shougo/vimfiler.vim)
|
||||||
|
- [vinegar](https://github.com/tpope/vim-vinegar)
|
||||||
|
|
||||||
#### Delimiter
|
Also see [fuzzy finders](#fuzzy-finders).
|
||||||
|
|
||||||
- [auto-pairs](https://github.com/jiangmiao/auto-pairs)
|
|
||||||
- [delimitmate](https://github.com/Raimondi/delimitMate)
|
|
||||||
- [endwise](https://github.com/tpope/vim-endwise)
|
|
||||||
- [ultisnips](https://github.com/SirVer/ultisnips)
|
|
||||||
|
|
||||||
#### Version control
|
|
||||||
|
|
||||||
- [fugitive](https://github.com/tpope/vim-fugitive)
|
|
||||||
- [gitgutter](https://github.com/airblade/vim-gitgutter)
|
|
||||||
- [gitv](https://github.com/gregsexton/gitv)
|
|
||||||
- [lawrencium](https://bitbucket.org/ludovicchabant/vim-lawrencium)
|
|
||||||
- [signify](https://github.com/mhinz/vim-signify)
|
|
||||||
- [vcscommand](https://github.com/vim-scripts/vcscommand.vim)
|
|
||||||
|
|
||||||
#### Statusline
|
#### Statusline
|
||||||
|
|
||||||
@ -399,3 +390,12 @@ Also see [fuzzy finders](#fuzzy-finders).
|
|||||||
|
|
||||||
- [gundo](https://github.com/sjl/gundo.vim)
|
- [gundo](https://github.com/sjl/gundo.vim)
|
||||||
- [undotree](https://github.com/mbbill/undotree)
|
- [undotree](https://github.com/mbbill/undotree)
|
||||||
|
|
||||||
|
#### Version control
|
||||||
|
|
||||||
|
- [fugitive](https://github.com/tpope/vim-fugitive)
|
||||||
|
- [gitgutter](https://github.com/airblade/vim-gitgutter)
|
||||||
|
- [gitv](https://github.com/gregsexton/gitv)
|
||||||
|
- [lawrencium](https://bitbucket.org/ludovicchabant/vim-lawrencium)
|
||||||
|
- [signify](https://github.com/mhinz/vim-signify)
|
||||||
|
- [vcscommand](https://github.com/vim-scripts/vcscommand.vim)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user