Plugins: add new section for database plugins

This commit is contained in:
Marco Hinz 2019-02-24 20:52:09 +01:00
parent c6326fe2e2
commit 2d476c1efb
No known key found for this signature in database
GPG Key ID: 1C980A1B657B4A4F

View File

@ -9,6 +9,7 @@
- [Code completion](#code-completion)
- [Commenters](#commenters)
- [Cycle](#cycle)
- [Databases](#databases)
- [Delimiter](#delimiter)
- [Fuzzy finders](#fuzzy-finders)
- [Grep tools](#grep-tools)
@ -106,6 +107,11 @@ or [Colortemplate](https://github.com/lifepillar/vim-colortemplate).
- [tcomment_vim](https://github.com/tomtom/tcomment_vim)
- [vim-commentary](https://github.com/tpope/vim-commentary)
#### Databases
- [pgsql.vim](https://github.com/lifepillar/pgsql.vim)
- [vim-dadbod](https://github.com/tpope/vim-dadbod)
#### Delimiter
- [auto-pairs](https://github.com/jiangmiao/auto-pairs)