We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52d781c commit 0ea0af0Copy full SHA for 0ea0af0
init.lua
@@ -230,6 +230,9 @@ vim.opt.rtp:prepend(lazypath)
230
require('lazy').setup({
231
-- NOTE: Plugins can be added with a link (or for a github repo: 'owner/repo' link).
232
'tpope/vim-sleuth', -- Detect tabstop and shiftwidth automatically
233
+ 'tpope/vim-dadbod', -- Database integration
234
+ 'kristijanhusak/vim-dadbod-ui',
235
+ 'kristijanhusak/vim-dadbod-completion',
236
237
-- NOTE: Plugins can also be added by using a table,
238
-- with the first argument being the link and the following
@@ -883,6 +886,7 @@ require('lazy').setup({
883
886
'query',
884
887
'vim',
885
888
'vimdoc',
889
+ 'sql',
890
},
891
-- Autoinstall languages that are not installed
892
auto_install = true,
0 commit comments