mirror of
https://github.com/mhinz/vim-galore.git
synced 2025-02-23 17:49:28 +08:00
Plugins: code completion & delimiter
This commit is contained in:
parent
3ef2810f83
commit
8c556bce79
14
README.md
14
README.md
@ -23,6 +23,8 @@
|
||||
#### [List of plugins](#list-of-plugins-1)
|
||||
- [Navigation](#navigation)
|
||||
- [Fuzzy finders](#fuzzy-finders)
|
||||
- [Code completion](#code-completion)
|
||||
- [Delimiter](#delimiter)
|
||||
- [Version control](#version-control)
|
||||
- [Statusline](#statusline)
|
||||
|
||||
@ -345,6 +347,18 @@ Also see [fuzzy finders](#fuzzy-finders).
|
||||
- [fzf](https://github.com/junegunn/fzf)
|
||||
- [unite](https://github.com/Shougo/unite.vim)
|
||||
|
||||
#### Code completion
|
||||
|
||||
- [neocomplete](https://github.com/Shougo/neocomplete.vim)
|
||||
- [supertab](https://github.com/ervandew/supertab)
|
||||
- [youcompleteme](https://github.com/Valloric/YouCompleteMe)
|
||||
|
||||
#### Delimiter
|
||||
|
||||
- [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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user