diff --git a/README.md b/README.md index 4d5c5ee..1e2e570 100644 --- a/README.md +++ b/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)