fixed a minor typo

This commit is contained in:
Muneeb Usmani 2024-06-03 03:13:26 +05:00
parent 35b8d3efc6
commit 461d0045f7

View file

@ -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,
}, },