dont load statusline highlights cache
as its included in the defaults file now!
This commit is contained in:
parent
6910a4435d
commit
947186b7ec
3
init.lua
3
init.lua
|
@ -19,7 +19,4 @@ end
|
||||||
vim.opt.rtp:prepend(lazypath)
|
vim.opt.rtp:prepend(lazypath)
|
||||||
require "plugins"
|
require "plugins"
|
||||||
|
|
||||||
-- load compiled base46 themes
|
|
||||||
loadfile(vim.g.base46_cache .. "bg")()
|
|
||||||
loadfile(vim.g.base46_cache .. "defaults")()
|
loadfile(vim.g.base46_cache .. "defaults")()
|
||||||
loadfile(vim.g.base46_cache .. "statusline")()
|
|
||||||
|
|
Loading…
Reference in New Issue