diff options
author | Biser Stoilov <[email protected]> | 2021-03-30 22:15:38 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2021-03-30 15:15:38 -0400 |
commit | 3bc4bb61039df5909986f0b30bb0638c252859c3 (patch) | |
tree | 32edceb3b39ab1302fc24f3f803bdfdc64a71265 /lua/plugins.lua | |
parent | c81abf2262524145f7ce0d46a347a7c5b09de4e4 (diff) |
Database support (#197)
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r-- | lua/plugins.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua index 84ce1920..21ea5018 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -113,6 +113,11 @@ return require('packer').startup(function(use) use 'MattesGroeger/vim-bookmarks' use 'windwp/nvim-autopairs' + -- Database + use 'tpope/vim-dadbod' + use 'kristijanhusak/vim-dadbod-ui' + use 'kristijanhusak/vim-dadbod-completion' + -- TODO put this back when stable for indent lines -- vim.g.indent_blankline_space_char = 'ï‘„' -- use 'b3nj5m1n/kommentary' |