Skip to content

Commit

Permalink
perf(init): remove unnecessary global statusline handle initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
rebelot committed Jan 18, 2022
1 parent c305391 commit 1aba13f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lua/heirline/init.lua
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
local M = {}
local StatusLine = require'heirline.statusline'

M.statusline = {}

function M.reset_highlights()
return require'heirline.highlights'.reset_highlights()
end
Expand Down

0 comments on commit 1aba13f

Please sign in to comment.