load bg file (containing vim.opt.bg value)

pull/1709/head
siduck 2 years ago
parent 4f789d3406
commit ce9388d13d

@ -5,6 +5,10 @@ end, 0)
require "core"
require "core.options"
pcall(function()
loadfile(vim.g.base46_cache .. "bg")()
end)
-- setup packer + plugins
local fn = vim.fn
local install_path = fn.stdpath "data" .. "/site/pack/packer/opt/packer.nvim"

Loading…
Cancel
Save