fix(edgy): load edgy spec early

This commit is contained in:
Folke Lemaitre 2024-05-27 17:38:30 +02:00
parent 2695fc7dfc
commit 163f7ea303
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -5,6 +5,7 @@ local prios = {
["lazyvim.plugins.extras.editor.aerial"] = 100, ["lazyvim.plugins.extras.editor.aerial"] = 100,
["lazyvim.plugins.extras.editor.outline"] = 100, ["lazyvim.plugins.extras.editor.outline"] = 100,
["lazyvim.plugins.extras.editor.trouble-v3"] = 100, ["lazyvim.plugins.extras.editor.trouble-v3"] = 100,
["lazyvim.plugins.extras.ui.edgy"] = 2,
["lazyvim.plugins.extras.test.core"] = 1, ["lazyvim.plugins.extras.test.core"] = 1,
["lazyvim.plugins.extras.dap.core"] = 1, ["lazyvim.plugins.extras.dap.core"] = 1,
} }