fix(sql): make sure edgebars exist. Fixes #3578

This commit is contained in:
Folke Lemaitre
2024-06-11 09:10:10 +02:00
parent c4818616d5
commit bd29f45153

View File

@ -75,6 +75,7 @@ return {
"folke/edgy.nvim",
optional = true,
opts = function(_, opts)
opts.right = opts.right or {}
table.insert(opts.right, {
title = "Database",
ft = "dbui",
@ -85,6 +86,7 @@ return {
end,
})
opts.bottom = opts.bottom or {}
table.insert(opts.bottom, {
title = "DB Query Result",
ft = "dbout",