fix(extras): set correct priority for outline extra. Fixes #2666
This commit is contained in:
1 file changed
+1
-1
@@ -3,7 +3,7 @@ local Config = require("lazyvim.config")
|
|||||||
-- Some extras need to be loaded before others
|
-- Some extras need to be loaded before others
|
||||||
local prios = {
|
local prios = {
|
||||||
["lazyvim.plugins.extras.editor.aerial"] = 100,
|
["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.test.core"] = 1,
|
||||||
["lazyvim.plugins.extras.dap.core"] = 1,
|
["lazyvim.plugins.extras.dap.core"] = 1,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in new issue
Block a user