From 947186b7ec9a5c469079f1daa0d452f42543b912 Mon Sep 17 00:00:00 2001 From: siduck Date: Sun, 29 Jan 2023 18:19:10 +0530 Subject: [PATCH] dont load statusline highlights cache as its included in the defaults file now! --- init.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/init.lua b/init.lua index 2eb6ae1..015fb81 100644 --- a/init.lua +++ b/init.lua @@ -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")()