From 461d0045f7315bf781c8a9689a09bdc110a4a560 Mon Sep 17 00:00:00 2001 From: Muneeb Usmani Date: Mon, 3 Jun 2024 03:13:26 +0500 Subject: [PATCH] fixed a minor typo --- lua/lazyvim/plugins/extras/util/database.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/lazyvim/plugins/extras/util/database.lua b/lua/lazyvim/plugins/extras/util/database.lua index e20fbf6a..0ab750cc 100644 --- a/lua/lazyvim/plugins/extras/util/database.lua +++ b/lua/lazyvim/plugins/extras/util/database.lua @@ -2,6 +2,7 @@ return { { "folke/edgy.nvim", event = "VeryLazy", + optional = true, init = function() vim.opt.laststatus = 3 vim.opt.splitkeep = "screen" @@ -19,7 +20,6 @@ return { title = "DB Query Result", ft = "dbout", }) - opts.optional = true end, },