dont load statusline highlights cache

as its included in the defaults file now!
pull/1766/head
siduck 1 year ago
parent 6910a4435d
commit 947186b7ec

@ -19,7 +19,4 @@ end
vim.opt.rtp:prepend(lazypath)
require "plugins"
-- load compiled base46 themes
loadfile(vim.g.base46_cache .. "bg")()
loadfile(vim.g.base46_cache .. "defaults")()
loadfile(vim.g.base46_cache .. "statusline")()

Loading…
Cancel
Save