mirror of
https://github.com/mhinz/vim-galore.git
synced 2025-02-24 01:59:28 +08:00
Move "List of Plugins" to content/plugins.md
This commit is contained in:
parent
1a2f843542
commit
529362cc68
@ -44,6 +44,7 @@ All notable changes to this project will be documented in this file.
|
|||||||
|
|
||||||
- Basics: Improved [Mapleader?](README.md#mapleader)
|
- Basics: Improved [Mapleader?](README.md#mapleader)
|
||||||
- Usage: rewrote [Clipboard](README.md#clipboard)
|
- Usage: rewrote [Clipboard](README.md#clipboard)
|
||||||
|
- Move "List of Plugins" section to `content/plugins.md`
|
||||||
|
|
||||||
## [1.1] - 2016-01-07
|
## [1.1] - 2016-01-07
|
||||||
|
|
||||||
|
133
README.md
133
README.md
@ -97,21 +97,21 @@ added every day. Things about to be added can be found here:
|
|||||||
|
|
||||||
#### [List of colorschemes](#list-of-colorschemes-1)
|
#### [List of colorschemes](#list-of-colorschemes-1)
|
||||||
|
|
||||||
#### [List of plugins](#list-of-plugins-1)
|
#### [List of plugins](content/plugins.md)
|
||||||
|
|
||||||
- [Alignment](#alignment)
|
- [Alignment](content/plugins.md#alignment)
|
||||||
- [Code completion](#code-completion)
|
- [Code completion](content/plugins.md#code-completion)
|
||||||
- [Commenters](#commenters)
|
- [Commenters](content/plugins.md#commenters)
|
||||||
- [Delimiter](#delimiter)
|
- [Delimiter](content/plugins.md#delimiter)
|
||||||
- [Fuzzy finders](#fuzzy-finders)
|
- [Fuzzy finders](content/plugins.md#fuzzy-finders)
|
||||||
- [Grep tools](#grep-tools)
|
- [Grep tools](content/plugins.md#grep-tools)
|
||||||
- [Navigation](#navigation)
|
- [Navigation](content/plugins.md#navigation)
|
||||||
- [Statusline](#statusline)
|
- [Statusline](content/plugins.md#statusline)
|
||||||
- [Taking notes](#taking-notes)
|
- [Taking notes](content/plugins.md#taking-notes)
|
||||||
- [Tmux](#tmux)
|
- [Tmux](content/plugins.md#tmux)
|
||||||
- [Undo history](#undo-history)
|
- [Undo history](content/plugins.md#undo-history)
|
||||||
- [Version control](#version-control)
|
- [Version control](content/plugins.md#version-control)
|
||||||
- [Misc](#misc)
|
- [Misc](content/plugins.md#misc)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -2090,108 +2090,3 @@ Here's a list of commonly used colorschemes:
|
|||||||
- [tomorrow](https://github.com/chriskempson/vim-tomorrow-theme)
|
- [tomorrow](https://github.com/chriskempson/vim-tomorrow-theme)
|
||||||
- [vividchalk](https://github.com/tpope/vim-vividchalk)
|
- [vividchalk](https://github.com/tpope/vim-vividchalk)
|
||||||
|
|
||||||
## List of plugins
|
|
||||||
|
|
||||||
#### Alignment
|
|
||||||
|
|
||||||
- [easy-align](https://github.com/junegunn/vim-easy-align)
|
|
||||||
- [tabular](https://github.com/godlygeek/tabular)
|
|
||||||
|
|
||||||
#### Code completion
|
|
||||||
|
|
||||||
- [neocomplete](https://github.com/Shougo/neocomplete.vim)
|
|
||||||
- [supertab](https://github.com/ervandew/supertab)
|
|
||||||
- [youcompleteme](https://github.com/Valloric/YouCompleteMe)
|
|
||||||
|
|
||||||
#### Commenters
|
|
||||||
|
|
||||||
- [commentary](https://github.com/tpope/vim-commentary)
|
|
||||||
- [nerdcommenter](https://github.com/scrooloose/nerdcommenter)
|
|
||||||
- [tcomment](https://github.com/tomtom/tcomment_vim)
|
|
||||||
|
|
||||||
#### 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
|
|
||||||
|
|
||||||
- [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)
|
|
||||||
|
|
||||||
#### Grep tools
|
|
||||||
|
|
||||||
- [ack](https://github.com/mileszs/ack.vim)
|
|
||||||
- [ag](https://github.com/rking/ag.vim)
|
|
||||||
- [grepper](https://github.com/mhinz/vim-grepper) (tries to supercede all other
|
|
||||||
grep plugins :-))
|
|
||||||
|
|
||||||
#### Navigation
|
|
||||||
|
|
||||||
- [dirvish](https://github.com/justinmk/vim-dirvish)
|
|
||||||
- [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)
|
|
||||||
- [vimfiler](https://github.com/Shougo/vimfiler.vim)
|
|
||||||
- [vinegar](https://github.com/tpope/vim-vinegar)
|
|
||||||
|
|
||||||
Also see [fuzzy finders](#fuzzy-finders).
|
|
||||||
|
|
||||||
#### Statusline
|
|
||||||
|
|
||||||
- [airline](https://github.com/vim-airline/vim-airline)
|
|
||||||
- [flagship](https://github.com/tpope/vim-flagship)
|
|
||||||
- [lightline](https://github.com/itchyny/lightline.vim)
|
|
||||||
- [powerline](https://github.com/powerline/powerline)
|
|
||||||
|
|
||||||
#### Taking notes
|
|
||||||
|
|
||||||
- [dotoo](https://github.com/dhruvasagar/vim-dotoo)
|
|
||||||
- [journal](https://github.com/junegunn/vim-journal)
|
|
||||||
- [notes](https://github.com/xolox/vim-notes)
|
|
||||||
- [orgmode](https://github.com/jceb/vim-orgmode)
|
|
||||||
- [pad](https://github.com/fmoralesc/vim-pad)
|
|
||||||
- [vimwiki](https://github.com/vimwiki/vimwiki)
|
|
||||||
|
|
||||||
#### Tmux
|
|
||||||
|
|
||||||
- [dispatch](https://github.com/tpope/vim-dispatch)
|
|
||||||
- [tmux-complete](https://github.com/wellle/tmux-complete.vim)
|
|
||||||
- [tmux-navigator](https://github.com/christoomey/vim-tmux-navigator)
|
|
||||||
|
|
||||||
#### Undo history
|
|
||||||
|
|
||||||
- [gundo](https://github.com/sjl/gundo.vim)
|
|
||||||
- [undotree](https://github.com/mbbill/undotree)
|
|
||||||
|
|
||||||
#### Version control
|
|
||||||
|
|
||||||
- [fugitive](https://github.com/tpope/vim-fugitive)
|
|
||||||
- [gist-vim](https://github.com/mattn/gist-vim)
|
|
||||||
- [gitgutter](https://github.com/airblade/vim-gitgutter)
|
|
||||||
- [github-dashboard](https://github.com/junegunn/vim-github-dashboard)
|
|
||||||
- [gitv](https://github.com/gregsexton/gitv)
|
|
||||||
- [gv](https://github.com/junegunn/gv.vim)
|
|
||||||
- [lawrencium](https://bitbucket.org/ludovicchabant/vim-lawrencium)
|
|
||||||
- [signify](https://github.com/mhinz/vim-signify)
|
|
||||||
|
|
||||||
#### Misc
|
|
||||||
|
|
||||||
- [bracketed-paste](https://github.com/ConradIrwin/vim-bracketed-paste)
|
|
||||||
- [calendar](https://github.com/itchyny/calendar.vim)
|
|
||||||
- [covim](https://github.com/FredKSchott/CoVim)
|
|
||||||
- [gnupg](https://github.com/jamessan/vim-gnupg)
|
|
||||||
- [goyo](https://github.com/junegunn/goyo.vim)
|
|
||||||
- [hackernews](https://github.com/ryanss/vim-hackernews)
|
|
||||||
- [multiple-cursors](https://github.com/terryma/vim-multiple-cursors)
|
|
||||||
- [projectionist](https://github.com/tpope/vim-projectionist)
|
|
||||||
- [rsi](https://github.com/tpope/vim-rsi)
|
|
||||||
- [splitjoin](https://github.com/AndrewRadev/splitjoin.vim)
|
|
||||||
- [startify](https://github.com/mhinz/vim-startify)
|
|
||||||
- [surround](https://github.com/tpope/vim-surround)
|
|
||||||
- [unicode.vim](https://github.com/chrisbra/unicode.vim)
|
|
||||||
|
105
content/plugins.md
Normal file
105
content/plugins.md
Normal file
@ -0,0 +1,105 @@
|
|||||||
|
## List of plugins
|
||||||
|
|
||||||
|
#### Alignment
|
||||||
|
|
||||||
|
- [easy-align](https://github.com/junegunn/vim-easy-align)
|
||||||
|
- [tabular](https://github.com/godlygeek/tabular)
|
||||||
|
|
||||||
|
#### Code completion
|
||||||
|
|
||||||
|
- [neocomplete](https://github.com/Shougo/neocomplete.vim)
|
||||||
|
- [supertab](https://github.com/ervandew/supertab)
|
||||||
|
- [youcompleteme](https://github.com/Valloric/YouCompleteMe)
|
||||||
|
|
||||||
|
#### Commenters
|
||||||
|
|
||||||
|
- [commentary](https://github.com/tpope/vim-commentary)
|
||||||
|
- [nerdcommenter](https://github.com/scrooloose/nerdcommenter)
|
||||||
|
- [tcomment](https://github.com/tomtom/tcomment_vim)
|
||||||
|
|
||||||
|
#### 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
|
||||||
|
|
||||||
|
- [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)
|
||||||
|
|
||||||
|
#### Grep tools
|
||||||
|
|
||||||
|
- [ack](https://github.com/mileszs/ack.vim)
|
||||||
|
- [ag](https://github.com/rking/ag.vim)
|
||||||
|
- [grepper](https://github.com/mhinz/vim-grepper) (tries to supercede all other
|
||||||
|
grep plugins :-))
|
||||||
|
|
||||||
|
#### Navigation
|
||||||
|
|
||||||
|
- [dirvish](https://github.com/justinmk/vim-dirvish)
|
||||||
|
- [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)
|
||||||
|
- [vimfiler](https://github.com/Shougo/vimfiler.vim)
|
||||||
|
- [vinegar](https://github.com/tpope/vim-vinegar)
|
||||||
|
|
||||||
|
Also see [fuzzy finders](#fuzzy-finders).
|
||||||
|
|
||||||
|
#### Statusline
|
||||||
|
|
||||||
|
- [airline](https://github.com/vim-airline/vim-airline)
|
||||||
|
- [flagship](https://github.com/tpope/vim-flagship)
|
||||||
|
- [lightline](https://github.com/itchyny/lightline.vim)
|
||||||
|
- [powerline](https://github.com/powerline/powerline)
|
||||||
|
|
||||||
|
#### Taking notes
|
||||||
|
|
||||||
|
- [dotoo](https://github.com/dhruvasagar/vim-dotoo)
|
||||||
|
- [journal](https://github.com/junegunn/vim-journal)
|
||||||
|
- [notes](https://github.com/xolox/vim-notes)
|
||||||
|
- [orgmode](https://github.com/jceb/vim-orgmode)
|
||||||
|
- [pad](https://github.com/fmoralesc/vim-pad)
|
||||||
|
- [vimwiki](https://github.com/vimwiki/vimwiki)
|
||||||
|
|
||||||
|
#### Tmux
|
||||||
|
|
||||||
|
- [dispatch](https://github.com/tpope/vim-dispatch)
|
||||||
|
- [tmux-complete](https://github.com/wellle/tmux-complete.vim)
|
||||||
|
- [tmux-navigator](https://github.com/christoomey/vim-tmux-navigator)
|
||||||
|
|
||||||
|
#### Undo history
|
||||||
|
|
||||||
|
- [gundo](https://github.com/sjl/gundo.vim)
|
||||||
|
- [undotree](https://github.com/mbbill/undotree)
|
||||||
|
|
||||||
|
#### Version control
|
||||||
|
|
||||||
|
- [fugitive](https://github.com/tpope/vim-fugitive)
|
||||||
|
- [gist-vim](https://github.com/mattn/gist-vim)
|
||||||
|
- [gitgutter](https://github.com/airblade/vim-gitgutter)
|
||||||
|
- [github-dashboard](https://github.com/junegunn/vim-github-dashboard)
|
||||||
|
- [gitv](https://github.com/gregsexton/gitv)
|
||||||
|
- [gv](https://github.com/junegunn/gv.vim)
|
||||||
|
- [lawrencium](https://bitbucket.org/ludovicchabant/vim-lawrencium)
|
||||||
|
- [signify](https://github.com/mhinz/vim-signify)
|
||||||
|
|
||||||
|
#### Misc
|
||||||
|
|
||||||
|
- [bracketed-paste](https://github.com/ConradIrwin/vim-bracketed-paste)
|
||||||
|
- [calendar](https://github.com/itchyny/calendar.vim)
|
||||||
|
- [covim](https://github.com/FredKSchott/CoVim)
|
||||||
|
- [gnupg](https://github.com/jamessan/vim-gnupg)
|
||||||
|
- [goyo](https://github.com/junegunn/goyo.vim)
|
||||||
|
- [hackernews](https://github.com/ryanss/vim-hackernews)
|
||||||
|
- [multiple-cursors](https://github.com/terryma/vim-multiple-cursors)
|
||||||
|
- [projectionist](https://github.com/tpope/vim-projectionist)
|
||||||
|
- [rsi](https://github.com/tpope/vim-rsi)
|
||||||
|
- [splitjoin](https://github.com/AndrewRadev/splitjoin.vim)
|
||||||
|
- [startify](https://github.com/mhinz/vim-startify)
|
||||||
|
- [surround](https://github.com/tpope/vim-surround)
|
||||||
|
- [unicode.vim](https://github.com/chrisbra/unicode.vim)
|
Loading…
x
Reference in New Issue
Block a user