mirror of
https://github.com/mhinz/vim-galore.git
synced 2025-02-24 01:59:28 +08:00
parent
c2f9e58523
commit
d045a47d3d
@ -5,13 +5,17 @@
|
|||||||
- [Alignment](#alignment)
|
- [Alignment](#alignment)
|
||||||
- [Building and linting](#building-and-linting)
|
- [Building and linting](#building-and-linting)
|
||||||
- [Code completion](#code-completion)
|
- [Code completion](#code-completion)
|
||||||
|
- [Cycle](#cycle)
|
||||||
- [Commenters](#commenters)
|
- [Commenters](#commenters)
|
||||||
- [Delimiter](#delimiter)
|
- [Delimiter](#delimiter)
|
||||||
- [Fuzzy finders](#fuzzy-finders)
|
- [Fuzzy finders](#fuzzy-finders)
|
||||||
- [Grep tools](#grep-tools)
|
- [Grep tools](#grep-tools)
|
||||||
- [Navigation](#navigation)
|
- [Navigation](#navigation)
|
||||||
|
- [Snippets](#snippets)
|
||||||
- [Statusline](#statusline)
|
- [Statusline](#statusline)
|
||||||
|
- [Surround](#surround)
|
||||||
- [Taking notes](#taking-notes)
|
- [Taking notes](#taking-notes)
|
||||||
|
- [Text objects](#text-objects)
|
||||||
- [Tmux](#tmux)
|
- [Tmux](#tmux)
|
||||||
- [Undo history](#undo-history)
|
- [Undo history](#undo-history)
|
||||||
- [Version control](#version-control)
|
- [Version control](#version-control)
|
||||||
@ -28,6 +32,7 @@
|
|||||||
- [Lua](#lua)
|
- [Lua](#lua)
|
||||||
- [Python](#python)
|
- [Python](#python)
|
||||||
- [TeX](#tex)
|
- [TeX](#tex)
|
||||||
|
- [VimL](#viml)
|
||||||
|
|
||||||
## By topic
|
## By topic
|
||||||
|
|
||||||
@ -50,6 +55,11 @@
|
|||||||
- [vimcompletesme](https://github.com/ajh17/VimCompletesMe)
|
- [vimcompletesme](https://github.com/ajh17/VimCompletesMe)
|
||||||
- [youcompleteme](https://github.com/Valloric/YouCompleteMe)
|
- [youcompleteme](https://github.com/Valloric/YouCompleteMe)
|
||||||
|
|
||||||
|
#### Cycle
|
||||||
|
|
||||||
|
- [speeddating](https://github.com/tpope/vim-speeddating)
|
||||||
|
- [switch](https://github.com/AndrewRadev/switch.vim)
|
||||||
|
|
||||||
#### Commenters
|
#### Commenters
|
||||||
|
|
||||||
- [commentary](https://github.com/tpope/vim-commentary)
|
- [commentary](https://github.com/tpope/vim-commentary)
|
||||||
@ -61,11 +71,10 @@
|
|||||||
- [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)
|
- [endwise](https://github.com/tpope/vim-endwise)
|
||||||
- [ultisnips](https://github.com/SirVer/ultisnips)
|
|
||||||
|
|
||||||
#### Fuzzy finders
|
#### Fuzzy finders
|
||||||
|
|
||||||
- [command-t](https://github.com/wincent/Command-T)
|
- [command-t](https://github.com/wincent/Command-T) (_requires +ruby_)
|
||||||
- [ctrlp](https://github.com/ctrlpvim/ctrlp.vim.git)
|
- [ctrlp](https://github.com/ctrlpvim/ctrlp.vim.git)
|
||||||
- [fzf](https://github.com/junegunn/fzf)
|
- [fzf](https://github.com/junegunn/fzf)
|
||||||
- [unite](https://github.com/Shougo/unite.vim)
|
- [unite](https://github.com/Shougo/unite.vim)
|
||||||
@ -84,11 +93,18 @@
|
|||||||
- [nerdtree](https://github.com/scrooloose/nerdtree)
|
- [nerdtree](https://github.com/scrooloose/nerdtree)
|
||||||
- [sneak](https://github.com/justinmk/vim-sneak)
|
- [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)
|
- [vimfiler](https://github.com/Shougo/vimfiler.vim) (_depends on other plugins_)
|
||||||
- [vinegar](https://github.com/tpope/vim-vinegar)
|
- [vinegar](https://github.com/tpope/vim-vinegar)
|
||||||
|
|
||||||
Also see [fuzzy finders](#fuzzy-finders).
|
Also see [fuzzy finders](#fuzzy-finders).
|
||||||
|
|
||||||
|
#### Snippets
|
||||||
|
|
||||||
|
- [neosnippet](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)
|
||||||
|
- [xptemplate](https://github.com/drmingdrmer/xptemplate)
|
||||||
|
|
||||||
#### Statusline
|
#### Statusline
|
||||||
|
|
||||||
- [airline](https://github.com/vim-airline/vim-airline)
|
- [airline](https://github.com/vim-airline/vim-airline)
|
||||||
@ -96,6 +112,12 @@ Also see [fuzzy finders](#fuzzy-finders).
|
|||||||
- [lightline](https://github.com/itchyny/lightline.vim)
|
- [lightline](https://github.com/itchyny/lightline.vim)
|
||||||
- [powerline](https://github.com/powerline/powerline)
|
- [powerline](https://github.com/powerline/powerline)
|
||||||
|
|
||||||
|
#### Surround
|
||||||
|
|
||||||
|
- [operator-surround](https://github.com/rhysd/vim-operator-surround)
|
||||||
|
- [sandwich](https://github.com/machakann/vim-sandwich)
|
||||||
|
- [surround](https://github.com/tpope/vim-surround)
|
||||||
|
|
||||||
#### Taking notes
|
#### Taking notes
|
||||||
|
|
||||||
- [dotoo](https://github.com/dhruvasagar/vim-dotoo)
|
- [dotoo](https://github.com/dhruvasagar/vim-dotoo)
|
||||||
@ -105,6 +127,12 @@ Also see [fuzzy finders](#fuzzy-finders).
|
|||||||
- [pad](https://github.com/fmoralesc/vim-pad)
|
- [pad](https://github.com/fmoralesc/vim-pad)
|
||||||
- [vimwiki](https://github.com/vimwiki/vimwiki)
|
- [vimwiki](https://github.com/vimwiki/vimwiki)
|
||||||
|
|
||||||
|
#### Text objects
|
||||||
|
|
||||||
|
- [exchange](https://github.com/tommcdo/vim-exchange)
|
||||||
|
- [targets](https://github.com/wellle/targets.vim)
|
||||||
|
- [textobj-user](https://github.com/kana/vim-textobj-user)
|
||||||
|
|
||||||
#### Tmux
|
#### Tmux
|
||||||
|
|
||||||
- [dispatch](https://github.com/tpope/vim-dispatch)
|
- [dispatch](https://github.com/tpope/vim-dispatch)
|
||||||
@ -144,6 +172,7 @@ Also see [fuzzy finders](#fuzzy-finders).
|
|||||||
- [covim](https://github.com/FredKSchott/CoVim)
|
- [covim](https://github.com/FredKSchott/CoVim)
|
||||||
- [devicons](https://github.com/ryanoasis/vim-devicons)
|
- [devicons](https://github.com/ryanoasis/vim-devicons)
|
||||||
- [diminactive](https://github.com/blueyed/vim-diminactive)
|
- [diminactive](https://github.com/blueyed/vim-diminactive)
|
||||||
|
- [fastfold](https://github.com/Konfekt/FastFold)
|
||||||
- [gnupg](https://github.com/jamessan/vim-gnupg)
|
- [gnupg](https://github.com/jamessan/vim-gnupg)
|
||||||
- [goyo](https://github.com/junegunn/goyo.vim)
|
- [goyo](https://github.com/junegunn/goyo.vim)
|
||||||
- [hackernews](https://github.com/ryanss/vim-hackernews)
|
- [hackernews](https://github.com/ryanss/vim-hackernews)
|
||||||
@ -152,11 +181,12 @@ Also see [fuzzy finders](#fuzzy-finders).
|
|||||||
- [nrrwrgn](https://github.com/chrisbra/NrrwRgn)
|
- [nrrwrgn](https://github.com/chrisbra/NrrwRgn)
|
||||||
- [projectionist](https://github.com/tpope/vim-projectionist)
|
- [projectionist](https://github.com/tpope/vim-projectionist)
|
||||||
- [rsi](https://github.com/tpope/vim-rsi)
|
- [rsi](https://github.com/tpope/vim-rsi)
|
||||||
|
- [sideways](https://github.com/AndrewRadev/sideways.vim)
|
||||||
- [splitjoin](https://github.com/AndrewRadev/splitjoin.vim)
|
- [splitjoin](https://github.com/AndrewRadev/splitjoin.vim)
|
||||||
- [startify](https://github.com/mhinz/vim-startify)
|
- [startify](https://github.com/mhinz/vim-startify)
|
||||||
- [surround](https://github.com/tpope/vim-surround)
|
|
||||||
- [targets](https://github.com/wellle/targets.vim)
|
- [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)
|
||||||
|
|
||||||
## By filetype
|
## By filetype
|
||||||
|
|
||||||
@ -214,3 +244,7 @@ Also see [fuzzy finders](#fuzzy-finders).
|
|||||||
#### TeX
|
#### TeX
|
||||||
|
|
||||||
- [vimtex](https://github.com/lervag/vimtex)
|
- [vimtex](https://github.com/lervag/vimtex)
|
||||||
|
|
||||||
|
#### VimL
|
||||||
|
|
||||||
|
- [scriptease](https://github.com/tpope/vim-scriptease)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user