From 2d476c1efb872da32e9b6fe6eac86ee8f9b70ad0 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Sun, 24 Feb 2019 20:52:09 +0100 Subject: [PATCH] Plugins: add new section for database plugins --- PLUGINS.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/PLUGINS.md b/PLUGINS.md index 6c64978..47549e5 100644 --- a/PLUGINS.md +++ b/PLUGINS.md @@ -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)