mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fixed a minor typo
This commit is contained in:
parent
35b8d3efc6
commit
461d0045f7
1 changed files with 1 additions and 1 deletions
|
|
@ -2,6 +2,7 @@ return {
|
||||||
{
|
{
|
||||||
"folke/edgy.nvim",
|
"folke/edgy.nvim",
|
||||||
event = "VeryLazy",
|
event = "VeryLazy",
|
||||||
|
optional = true,
|
||||||
init = function()
|
init = function()
|
||||||
vim.opt.laststatus = 3
|
vim.opt.laststatus = 3
|
||||||
vim.opt.splitkeep = "screen"
|
vim.opt.splitkeep = "screen"
|
||||||
|
|
@ -19,7 +20,6 @@ return {
|
||||||
title = "DB Query Result",
|
title = "DB Query Result",
|
||||||
ft = "dbout",
|
ft = "dbout",
|
||||||
})
|
})
|
||||||
opts.optional = true
|
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue