update vim config
This commit is contained in:
parent
3a76bbf0c6
commit
c37bf09c81
9 changed files with 267 additions and 40 deletions
17
lua/plugins/dadbod.lua
Normal file
17
lua/plugins/dadbod.lua
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
return {
|
||||
'kristijanhusak/vim-dadbod-ui',
|
||||
dependencies = {
|
||||
{ 'tpope/vim-dadbod', lazy = true },
|
||||
{ 'kristijanhusak/vim-dadbod-completion', ft = { 'sql', 'mysql', 'plsql' }, lazy = true },
|
||||
},
|
||||
cmd = {
|
||||
'DBUI',
|
||||
'DBUIToggle',
|
||||
'DBUIAddConnection',
|
||||
'DBUIFindBuffer',
|
||||
},
|
||||
init = function()
|
||||
-- Your DBUI configuration
|
||||
vim.g.db_ui_use_nerd_fonts = 1
|
||||
end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue