Skip to content

Commit

Permalink
feat(trouble): enabled edgy
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Mar 29, 2024
1 parent 7544675 commit 80a8b18
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lua/lazyvim/plugins/extras/editor/trouble-v3.lua
Expand Up @@ -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], {
Expand Down

0 comments on commit 80a8b18

Please sign in to comment.