fix(heirline): change lazy loading of heirline

This commit is contained in:
Micah Halter
2023-03-10 10:14:43 -05:00
parent 4b9953645b
commit 2339f09c90
+1 -1
View File
@@ -1,6 +1,6 @@
return astronvim.plugin {
"rebelot/heirline.nvim",
event = "UIEnter",
event = "BufEnter",
opts = function()
--- a submodule of heirline specific functions and aliases
astronvim.status.heirline = {}