Plugins: use full names

This commit is contained in:
Marco Hinz 2017-04-19 02:42:53 +02:00
parent 0710ba8ccd
commit c0903dd89c
No known key found for this signature in database
GPG Key ID: 1C980A1B657B4A4F

View File

@ -40,222 +40,221 @@
#### Alignment #### Alignment
- [easy-align](https://github.com/junegunn/vim-easy-align)
- [tabular](https://github.com/godlygeek/tabular) - [tabular](https://github.com/godlygeek/tabular)
- [vim-easy-align](https://github.com/junegunn/vim-easy-align)
#### Building and linting #### Building and linting
- [ale](https://github.com/w0rp/ale) - [ale](https://github.com/w0rp/ale)
- [neomake](https://github.com/neomake/neomake) - [neomake](https://github.com/neomake/neomake)
- [syntastic](https://github.com/scrooloose/syntastic) - [syntastic](https://github.com/vim-syntastic/syntastic)
#### Code completion #### Code completion
- [completor](https://github.com/maralla/completor.vim) - [VimCompletesMe](https://github.com/ajh17/VimCompletesMe)
- [deoplete](https://github.com/Shougo/deoplete.nvim) - [YouCompleteMe](https://github.com/Valloric/YouCompleteMe)
- [neocomplete](https://github.com/Shougo/neocomplete.vim) - [completor.vim](https://github.com/maralla/completor.vim)
- [deoplete.nvim](https://github.com/Shougo/deoplete.nvim)
- [neocomplete.vim](https://github.com/Shougo/neocomplete.vim)
- [supertab](https://github.com/ervandew/supertab) - [supertab](https://github.com/ervandew/supertab)
- [vimcompletesme](https://github.com/ajh17/VimCompletesMe) - [vim-mucomplete](https://github.com/lifepillar/vim-mucomplete)
- [youcompleteme](https://github.com/Valloric/YouCompleteMe)
- [µcomplete](https://github.com/lifepillar/vim-mucomplete)
#### Cycle #### Cycle
- [speeddating](https://github.com/tpope/vim-speeddating) - [switch.vim](https://github.com/AndrewRadev/switch.vim)
- [switch](https://github.com/AndrewRadev/switch.vim) - [vim-speeddating](https://github.com/tpope/vim-speeddating)
#### Commenters #### Commenters
- [commentary](https://github.com/tpope/vim-commentary)
- [nerdcommenter](https://github.com/scrooloose/nerdcommenter) - [nerdcommenter](https://github.com/scrooloose/nerdcommenter)
- [tcomment](https://github.com/tomtom/tcomment_vim) - [tcomment_vim](https://github.com/tomtom/tcomment_vim)
- [vim-commentary](https://github.com/tpope/vim-commentary)
#### Delimiter #### Delimiter
- [auto-pairs](https://github.com/jiangmiao/auto-pairs) - [auto-pairs](https://github.com/jiangmiao/auto-pairs)
- [delimitmate](https://github.com/Raimondi/delimitMate) - [delimitMate](https://github.com/Raimondi/delimitMate)
- [endwise](https://github.com/tpope/vim-endwise) - [vim-endwise](https://github.com/tpope/vim-endwise)
#### Fuzzy finders #### Fuzzy finders
- [command-t](https://github.com/wincent/Command-T) (_requires +ruby_) - [Command-T](https://github.com/wincent/Command-T) (_requires +ruby_)
- [ctrlp](https://github.com/ctrlpvim/ctrlp.vim.git) - [ctrlp.vim](https://github.com/ctrlpvim/ctrlp.vim)
- [denite](https://github.com/Shougo/denite.nvim) (_requires +python3_) - [denite.nvim](https://github.com/Shougo/denite.nvim) (_requires +python3_)
- [fzf](https://github.com/junegunn/fzf) - [fzf](https://github.com/junegunn/fzf)
- [unite](https://github.com/Shougo/unite.vim) - [unite.vim](https://github.com/Shougo/unite.vim)
#### Grep tools #### Grep tools
- [ctrlsf](https://github.com/dyng/ctrlsf.vim) - [ctrlsf.vim](https://github.com/dyng/ctrlsf.vim)
- [ferret](https://github.com/wincent/ferret) - [ferret](https://github.com/wincent/ferret)
- [grepper](https://github.com/mhinz/vim-grepper) - [vim-grepper](https://github.com/mhinz/vim-grepper)
#### Indent #### Indent
- [indent-guides](https://github.com/nathanaelkane/vim-indent-guides) - [indentLine](https://github.com/Yggdroot/indentLine)
- [indentline](https://github.com/Yggdroot/indentLine) - [vim-indent-guides](https://github.com/nathanaelkane/vim-indent-guides)
#### Navigation #### Navigation
- [dirvish](https://github.com/justinmk/vim-dirvish)
- [easymotion](https://github.com/easymotion/vim-easymotion)
- [nerdtree](https://github.com/scrooloose/nerdtree) - [nerdtree](https://github.com/scrooloose/nerdtree)
- [sneak](https://github.com/justinmk/vim-sneak)
- [tagbar](https://github.com/majutsushi/tagbar) - [tagbar](https://github.com/majutsushi/tagbar)
- [vimfiler](https://github.com/Shougo/vimfiler.vim) (_depends on other plugins_) - [vim-dirvish](https://github.com/justinmk/vim-dirvish)
- [vinegar](https://github.com/tpope/vim-vinegar) - [vim-easymotion](https://github.com/easymotion/vim-easymotion)
- [vim-sneak](https://github.com/justinmk/vim-sneak)
- [vim-vinegar](https://github.com/tpope/vim-vinegar)
- [vimfiler.vim](https://github.com/Shougo/vimfiler.vim) (_depends on other plugins_)
Also see [fuzzy finders](#fuzzy-finders). Also see [fuzzy finders](#fuzzy-finders).
#### Snippets #### Snippets
- [neosnippet](https://github.com/Shougo/neosnippet.vim) (_depends on other plugins_) - [neosnippet.vim](https://github.com/Shougo/neosnippet.vim) (_depends on other plugins_)
- [snipmate](https://github.com/garbas/vim-snipmate) (_depends on other plugins_)
- [ultisnips](https://github.com/SirVer/ultisnips) - [ultisnips](https://github.com/SirVer/ultisnips)
- [vim-snipmate](https://github.com/garbas/vim-snipmate) (_depends on other plugins_)
- [xptemplate](https://github.com/drmingdrmer/xptemplate) - [xptemplate](https://github.com/drmingdrmer/xptemplate)
#### Statusline #### Statusline
- [airline](https://github.com/vim-airline/vim-airline) - [lightline.vim](https://github.com/itchyny/lightline.vim)
- [flagship](https://github.com/tpope/vim-flagship)
- [lightline](https://github.com/itchyny/lightline.vim)
- [powerline](https://github.com/powerline/powerline) - [powerline](https://github.com/powerline/powerline)
- [vim-airline](https://github.com/vim-airline/vim-airline)
- [vim-flagship](https://github.com/tpope/vim-flagship)
#### Surround #### Surround
- [operator-surround](https://github.com/rhysd/vim-operator-surround) - [vim-operator-surround](https://github.com/rhysd/vim-operator-surround)
- [sandwich](https://github.com/machakann/vim-sandwich) - [vim-sandwich](https://github.com/machakann/vim-sandwich)
- [surround](https://github.com/tpope/vim-surround) - [vim-surround](https://github.com/tpope/vim-surround)
#### Taking notes #### Taking notes
- [dotoo](https://github.com/dhruvasagar/vim-dotoo) - [vim-dotoo](https://github.com/dhruvasagar/vim-dotoo)
- [journal](https://github.com/junegunn/vim-journal) - [vim-journal](https://github.com/junegunn/vim-journal)
- [notes](https://github.com/xolox/vim-notes) - [vim-notes](https://github.com/xolox/vim-notes)
- [orgmode](https://github.com/jceb/vim-orgmode) - [vim-orgmode](https://github.com/jceb/vim-orgmode)
- [pad](https://github.com/fmoralesc/vim-pad) - [vim-pad](https://github.com/fmoralesc/vim-pad)
- [vimwiki](https://github.com/vimwiki/vimwiki) - [vimwiki](https://github.com/vimwiki/vimwiki)
#### Text objects #### Text objects
- [exchange](https://github.com/tommcdo/vim-exchange) - [targets.vim](https://github.com/wellle/targets.vim)
- [targets](https://github.com/wellle/targets.vim) - [vim-exchange](https://github.com/tommcdo/vim-exchange)
- [textobj-user](https://github.com/kana/vim-textobj-user) - [vim-textobj-user](https://github.com/kana/vim-textobj-user)
#### Tmux #### Tmux
- [dispatch](https://github.com/tpope/vim-dispatch) - [tmux-complete.vim](https://github.com/wellle/tmux-complete.vim)
- [tmux-complete](https://github.com/wellle/tmux-complete.vim) - [vim-dispatch](https://github.com/tpope/vim-dispatch)
- [tmux-navigator](https://github.com/christoomey/vim-tmux-navigator) - [vim-tmux-navigator](https://github.com/christoomey/vim-tmux-navigator)
- [vitality](https://github.com/sjl/vitality.vim) - [vitality.vim](https://github.com/sjl/vitality.vim)
#### Undo history #### Undo history
- [gundo](https://github.com/sjl/gundo.vim) - [gundo.vim](https://github.com/sjl/gundo.vim)
- [undotree](https://github.com/mbbill/undotree) - [undotree](https://github.com/mbbill/undotree)
#### Version control #### Version control
- [agit](https://github.com/cohama/agit.vim) - [agit.vim](https://github.com/cohama/agit.vim)
- [committia](https://github.com/rhysd/committia.vim) - [committia.vim](https://github.com/rhysd/committia.vim)
- [fugitive](https://github.com/tpope/vim-fugitive)
- [gist-vim](https://github.com/mattn/gist-vim) - [gist-vim](https://github.com/mattn/gist-vim)
- [gitgutter](https://github.com/airblade/vim-gitgutter) - [github-issues.vim](https://github.com/jaxbot/github-issues.vim)
- [github-dashboard](https://github.com/junegunn/vim-github-dashboard)
- [github-issues](https://github.com/jaxbot/github-issues.vim)
- [gitv](https://github.com/gregsexton/gitv) - [gitv](https://github.com/gregsexton/gitv)
- [gv](https://github.com/junegunn/gv.vim) - [gv.vim](https://github.com/junegunn/gv.vim)
- [lawrencium](https://bitbucket.org/ludovicchabant/vim-lawrencium)
- [nerdtree-git-plugin](https://github.com/Xuyuanp/nerdtree-git-plugin) - [nerdtree-git-plugin](https://github.com/Xuyuanp/nerdtree-git-plugin)
- [signify](https://github.com/mhinz/vim-signify) - [vim-fugitive](https://github.com/tpope/vim-fugitive)
- [vim-gitgutter](https://github.com/airblade/vim-gitgutter)
- [vim-github-dashboard](https://github.com/junegunn/vim-github-dashboard)
- [vim-lawrencium](https://bitbucket.org/ludovicchabant/vim-lawrencium)
- [vim-signify](https://github.com/mhinz/vim-signify)
- [vimagit](https://github.com/jreybert/vimagit) - [vimagit](https://github.com/jreybert/vimagit)
#### Writing #### Writing
- [grammarous](https://github.com/rhysd/vim-grammarous) - [vim-grammarous](https://github.com/rhysd/vim-grammarous)
- [online-thesaurus](https://github.com/beloglazov/vim-online-thesaurus) - [vim-online-thesaurus](https://github.com/beloglazov/vim-online-thesaurus)
#### Misc #### Misc
- [bracketed-paste](https://github.com/ConradIrwin/vim-bracketed-paste) - [CoVim](https://github.com/FredKSchott/CoVim)
- [calendar](https://github.com/itchyny/calendar.vim) - [FastFold](https://github.com/Konfekt/FastFold)
- [covim](https://github.com/FredKSchott/CoVim) - [NrrwRgn](https://github.com/chrisbra/NrrwRgn)
- [devicons](https://github.com/ryanoasis/vim-devicons) - [calendar.vim](https://github.com/itchyny/calendar.vim)
- [diminactive](https://github.com/blueyed/vim-diminactive) - [goyo.vim](https://github.com/junegunn/goyo.vim)
- [fastfold](https://github.com/Konfekt/FastFold) - [sideways.vim](https://github.com/AndrewRadev/sideways.vim)
- [fixkey](https://github.com/drmikehenry/vim-fixkey) - [splitjoin.vim](https://github.com/AndrewRadev/splitjoin.vim)
- [gnupg](https://github.com/jamessan/vim-gnupg) - [targets.vim](https://github.com/wellle/targets.vim)
- [goyo](https://github.com/junegunn/goyo.vim)
- [hackernews](https://github.com/ryanss/vim-hackernews)
- [indentline](https://github.com/Yggdroot/indentLine)
- [move](https://github.com/matze/vim-move)
- [multiple-cursors](https://github.com/terryma/vim-multiple-cursors)
- [nrrwrgn](https://github.com/chrisbra/NrrwRgn)
- [projectionist](https://github.com/tpope/vim-projectionist)
- [rsi](https://github.com/tpope/vim-rsi)
- [sideways](https://github.com/AndrewRadev/sideways.vim)
- [splitjoin](https://github.com/AndrewRadev/splitjoin.vim)
- [startify](https://github.com/mhinz/vim-startify)
- [targets](https://github.com/wellle/targets.vim)
- [unicode.vim](https://github.com/chrisbra/unicode.vim) - [unicode.vim](https://github.com/chrisbra/unicode.vim)
- [unimpaired](https://github.com/tpope/vim-unimpaired) - [vim-bracketed-paste](https://github.com/ConradIrwin/vim-bracketed-paste)
- [vim-devicons](https://github.com/ryanoasis/vim-devicons)
- [vim-diminactive](https://github.com/blueyed/vim-diminactive)
- [vim-fixkey](https://github.com/drmikehenry/vim-fixkey)
- [vim-gnupg](https://github.com/jamessan/vim-gnupg)
- [vim-hackernews](https://github.com/ryanss/vim-hackernews)
- [vim-move](https://github.com/matze/vim-move)
- [vim-multiple-cursors](https://github.com/terryma/vim-multiple-cursors)
- [vim-projectionist](https://github.com/tpope/vim-projectionist)
- [vim-rsi](https://github.com/tpope/vim-rsi)
- [vim-startify](https://github.com/mhinz/vim-startify)
- [vim-unimpaired](https://github.com/tpope/vim-unimpaired)
## By filetype ## By filetype
#### C and C++ #### C and C++
- [a](https://github.com/vim-scripts/a.vim) - [a.vim](https://github.com/vim-scripts/a.vim)
- [clang_complete](https://github.com/Rip-Rip/clang_complete) - [clang_complete](https://github.com/Rip-Rip/clang_complete)
- [color_coded](https://github.com/jeaye/color_coded.git) - [color_coded](https://github.com/jeaye/color_coded)
- [lh-cpp](https://github.com/LucHermitte/lh-cpp) - [lh-cpp](https://github.com/LucHermitte/lh-cpp)
#### Clojure #### Clojure
- [clojure-highlight](https://github.com/guns/vim-clojure-highlight)
- [fireplace](https://github.com/tpope/vim-fireplace)
- [paredit](https://github.com/kovisoft/paredit) - [paredit](https://github.com/kovisoft/paredit)
- [rainbow_parentheses](https://github.com/junegunn/rainbow_parentheses.vim) - [rainbow_parentheses.vim](https://github.com/junegunn/rainbow_parentheses.vim)
- [salve](https://github.com/tpope/vim-salve) - [vim-clojure-highlight](https://github.com/guns/vim-clojure-highlight)
- [sexp-mappings-for-regular-people](https://github.com/tpope/vim-sexp-mappings-for-regular-people) - [vim-fireplace](https://github.com/tpope/vim-fireplace)
- [sexp](https://github.com/guns/vim-sexp) - [vim-salve](https://github.com/tpope/vim-salve)
- [vim-sexp-mappings-for-regular-people](https://github.com/tpope/vim-sexp-mappings-for-regular-people)
- [vim-sexp](https://github.com/guns/vim-sexp)
#### HTML #### HTML
- [emmet](https://github.com/mattn/emmet-vim) - [emmet-vim](https://github.com/mattn/emmet-vim)
- [html5](https://github.com/othree/html5.vim) - [html5.vim](https://github.com/othree/html5.vim)
#### Go #### Go
- [go](https://github.com/fatih/vim-go) - [vim-go](https://github.com/fatih/vim-go)
#### Java #### Java
- [javacomplete2](https://github.com/artur-shaik/vim-javacomplete2) - [vim-javacomplete2](https://github.com/artur-shaik/vim-javacomplete2)
#### Javascript #### Javascript
- [es.next.syntax](https://github.com/othree/es.next.syntax.vim) - [es.next.syntax.vim](https://github.com/othree/es.next.syntax.vim)
- [esformatter](https://github.com/millermedeiros/vim-esformatter) - [javascript-libraries-syntax.vim](https://github.com/othree/javascript-libraries-syntax.vim)
- [javascript-libraries-syntax](https://github.com/othree/javascript-libraries-syntax.vim)
- [javascript-syntax](https://github.com/jelera/vim-javascript-syntax)
- [javascript](https://github.com/pangloss/vim-javascript)
- [node-vim-debugger](https://github.com/sidorares/node-vim-debugger) - [node-vim-debugger](https://github.com/sidorares/node-vim-debugger)
- [node](https://github.com/moll/vim-node)
- [tern_for_vim](https://github.com/ternjs/tern_for_vim) - [tern_for_vim](https://github.com/ternjs/tern_for_vim)
- [yajs](https://github.com/othree/yajs.vim) - [vim-esformatter](https://github.com/millermedeiros/vim-esformatter)
- [vim-javascript-syntax](https://github.com/jelera/vim-javascript-syntax)
- [vim-javascript](https://github.com/pangloss/vim-javascript)
- [vim-node](https://github.com/moll/vim-node)
- [yajs.vim](https://github.com/othree/yajs.vim)
#### Lua #### Lua
- [lua-ftplugin](https://github.com/xolox/vim-lua-ftplugin) - [vim-lua-ftplugin](https://github.com/xolox/vim-lua-ftplugin)
- [lua-inspect](https://github.com/xolox/vim-lua-inspect) - [vim-lua-inspect](https://github.com/xolox/vim-lua-inspect)
#### Python #### Python
- [braceless](https://github.com/tweekmonster/braceless.vim) - [braceless.vim](https://github.com/tweekmonster/braceless.vim)
- [flake8](https://github.com/nvie/vim-flake8) - [impsort.vim](https://github.com/tweekmonster/impsort.vim)
- [impsort](https://github.com/tweekmonster/impsort.vim) - [jedi-vim](https://github.com/davidhalter/jedi-vim)
- [jedi](https://github.com/davidhalter/jedi-vim)
- [python-mode](https://github.com/klen/python-mode) - [python-mode](https://github.com/klen/python-mode)
- [vim-flake8](https://github.com/nvie/vim-flake8)
#### TeX #### TeX
@ -263,4 +262,4 @@ Also see [fuzzy finders](#fuzzy-finders).
#### VimL #### VimL
- [scriptease](https://github.com/tpope/vim-scriptease) - [vim-scriptease](https://github.com/tpope/vim-scriptease)