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

This commit is contained in:
siduck 2022-11-22 08:29:48 +05:30
parent 4f789d3406
commit ce9388d13d
1 changed files with 4 additions and 0 deletions

View File

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