mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-27 03:09:07 +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",
|
"folke/edgy.nvim",
|
||||||
optional = true,
|
optional = true,
|
||||||
opts = function(_, opts)
|
opts = function(_, opts)
|
||||||
-- disable for now
|
|
||||||
do
|
|
||||||
return
|
|
||||||
end
|
|
||||||
for _, pos in ipairs({ "top", "bottom", "left", "right" }) do
|
for _, pos in ipairs({ "top", "bottom", "left", "right" }) do
|
||||||
opts[pos] = opts[pos] or {}
|
opts[pos] = opts[pos] or {}
|
||||||
table.insert(opts[pos], {
|
table.insert(opts[pos], {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue