dont load statusline highlights cache
as its included in the defaults file now!
This commit is contained in:
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")()
|
|
||||||
|
|||||||
Reference in New Issue
Block a user