install database plugin

This commit is contained in:
Schistos 2025-01-12 14:00:24 +02:00
parent 52d781c6b2
commit 0ea0af0ca1
1 changed files with 4 additions and 0 deletions

View File

@ -230,6 +230,9 @@ vim.opt.rtp:prepend(lazypath)
require('lazy').setup({ require('lazy').setup({
-- NOTE: Plugins can be added with a link (or for a github repo: 'owner/repo' link). -- NOTE: Plugins can be added with a link (or for a github repo: 'owner/repo' link).
'tpope/vim-sleuth', -- Detect tabstop and shiftwidth automatically 'tpope/vim-sleuth', -- Detect tabstop and shiftwidth automatically
'tpope/vim-dadbod', -- Database integration
'kristijanhusak/vim-dadbod-ui',
'kristijanhusak/vim-dadbod-completion',
-- NOTE: Plugins can also be added by using a table, -- NOTE: Plugins can also be added by using a table,
-- with the first argument being the link and the following -- with the first argument being the link and the following
@ -883,6 +886,7 @@ require('lazy').setup({
'query', 'query',
'vim', 'vim',
'vimdoc', 'vimdoc',
'sql',
}, },
-- Autoinstall languages that are not installed -- Autoinstall languages that are not installed
auto_install = true, auto_install = true,