load bg file (containing vim.opt.bg value)
This commit is contained in:
parent
4f789d3406
commit
ce9388d13d
1 changed files with 4 additions and 0 deletions
4
init.lua
4
init.lua
|
@ -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…
Reference in a new issue