[MINOR] Added more funcionality to DB IDE

This commit is contained in:
Afonso Franco 2023-06-06 20:23:01 +01:00
parent 8128cac51e
commit 7ac1b932a7
Signed by: afonso
SSH key fingerprint: SHA256:JiuxZNdA5bRWXPMUJChI0AQ75yC+cXY4xM0IaVwEVys
6 changed files with 487 additions and 35 deletions

View file

@ -39,7 +39,12 @@ lazy.setup({
--Database integration
'tpope/vim-dadbod',
'kristijanhusak/vim-dadbod-ui',
{'kristijanhusak/vim-dadbod-ui',
config = function()
vim.g.db_ui_auto_execute_table_helpers = 1
end
},
'kristijanhusak/vim-dadbod-completion',
'mbbill/undotree',
@ -149,7 +154,6 @@ lazy.setup({
end
},
{ 'github/copilot.vim' },
-------------------------------------------------------------------------------------------
-- Syntax Highlighting
{