Skip to content

Commit

Permalink
fix(heirline): load on VeryLazy
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamHsieh committed Nov 8, 2023
1 parent e478171 commit 9d1f907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/.config/nvim/lua/plugins/heirline.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
local M = {
"rebelot/heirline.nvim",
event = { "BufReadPost", "BufNewFile", },
event = "VeryLazy",
}

function M.config()
Expand Down

0 comments on commit 9d1f907

Please sign in to comment.