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",
|
||||
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,
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue