[MINOR] Added more funcionality to DB IDE
This commit is contained in:
parent
8128cac51e
commit
7ac1b932a7
6 changed files with 487 additions and 35 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue