mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 08:35:53 +02:00
fix(sql): make sure edgebars exist. Fixes #3578
This commit is contained in:
parent
c4818616d5
commit
bd29f45153
1 changed files with 2 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue