chore: Added more funcionality to DB IDE

This commit is contained in:
Afonso Franco 2023-06-06 20:23:01 +01:00
parent cb08aefb8e
commit a9336facf0
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4
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
{