mirror of
https://github.com/marianozunino/nvim.git
synced 2025-06-28 18:43:50 -03:00
batman!
This commit is contained in:
commit
ae7d9bf4b6
63 changed files with 2160 additions and 0 deletions
18
lua/config/plugins/db.lua
Normal file
18
lua/config/plugins/db.lua
Normal file
|
@ -0,0 +1,18 @@
|
|||
local M = {
|
||||
"tpope/vim-dadbod",
|
||||
cmd = {
|
||||
"DBUI",
|
||||
},
|
||||
dependencies = {
|
||||
"kristijanhusak/vim-dadbod-ui",
|
||||
"kristijanhusak/vim-dadbod-completion",
|
||||
},
|
||||
}
|
||||
|
||||
M.config = function()
|
||||
vim.g.db_ui_use_nerd_fonts = 1
|
||||
-- g:db_ui_save_location
|
||||
vim.g.db_ui_save_location = "~/Sync/saved_queries"
|
||||
end
|
||||
|
||||
return M
|
Loading…
Add table
Add a link
Reference in a new issue