Skip to content

Commit 0ea0af0

Browse files
author
Schistos
committed
install database plugin
1 parent 52d781c commit 0ea0af0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

init.lua

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,9 @@ vim.opt.rtp:prepend(lazypath)
230230
require('lazy').setup({
231231
-- NOTE: Plugins can be added with a link (or for a github repo: 'owner/repo' link).
232232
'tpope/vim-sleuth', -- Detect tabstop and shiftwidth automatically
233+
'tpope/vim-dadbod', -- Database integration
234+
'kristijanhusak/vim-dadbod-ui',
235+
'kristijanhusak/vim-dadbod-completion',
233236

234237
-- NOTE: Plugins can also be added by using a table,
235238
-- with the first argument being the link and the following
@@ -883,6 +886,7 @@ require('lazy').setup({
883886
'query',
884887
'vim',
885888
'vimdoc',
889+
'sql',
886890
},
887891
-- Autoinstall languages that are not installed
888892
auto_install = true,

0 commit comments

Comments
 (0)