mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-26 18:59:00 +02:00
feat(trouble): enabled edgy
This commit is contained in:
parent
754467525b
commit
80a8b18be6
1 changed files with 0 additions and 4 deletions
|
@ -59,10 +59,6 @@ return {
|
|||
"folke/edgy.nvim",
|
||||
optional = true,
|
||||
opts = function(_, opts)
|
||||
-- disable for now
|
||||
do
|
||||
return
|
||||
end
|
||||
for _, pos in ipairs({ "top", "bottom", "left", "right" }) do
|
||||
opts[pos] = opts[pos] or {}
|
||||
table.insert(opts[pos], {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue