Skip to content

Commit

Permalink
perf(lualine): get rid of lualine's weird lualine_require
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Oct 12, 2023
1 parent eb7a7d7 commit 13dbe4a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lua/lazyvim/plugins/ui.lua
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,10 @@ return {
end
end,
opts = function()
-- PERF: we don't need this lualine require madness 🤷
local lualine_require = require("lualine_require")
lualine_require.require = require

local icons = require("lazyvim.config").icons
local Util = require("lazyvim.util")

Expand Down

0 comments on commit 13dbe4a

Please sign in to comment.