fix(extras): set correct priority for outline extra. Fixes #2666

This commit is contained in:
Folke Lemaitre
2024-03-07 20:43:13 +01:00
parent 139c41c18e
commit 4745314074

View File

@ -3,7 +3,7 @@ local Config = require("lazyvim.config")
-- Some extras need to be loaded before others
local prios = {
["lazyvim.plugins.extras.editor.aerial"] = 100,
["lazyvim.plugins.extras.editor.symbols-outline"] = 100,
["lazyvim.plugins.extras.editor.outline"] = 100,
["lazyvim.plugins.extras.test.core"] = 1,
["lazyvim.plugins.extras.dap.core"] = 1,
}