fix: load avante_lib synchronously when not using lazy (#1345)

This commit is contained in:
Ojas Kavathe
2025-02-23 12:41:39 +05:30
committed by GitHub
parent 7255e16020
commit 4be3574583
2 changed files with 24 additions and 6 deletions

View File

@@ -49,6 +49,8 @@ H.load_path = function()
pattern = "VeryLazy",
callback = load_path,
})
else
require("avante_lib").load()
end
end