dont load statusline highlights cache
as its included in the defaults file now!
This commit is contained in:
parent
6910a4435d
commit
947186b7ec
1 changed files with 0 additions and 3 deletions
3
init.lua
3
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")()
|
||||
|
|
Loading…
Reference in a new issue