Skip to content

Commit

Permalink
load tgc & bg opts at the start of defaults cache
Browse files Browse the repository at this point in the history
  • Loading branch information
siduck committed Aug 1, 2024
1 parent aadab91 commit 77adfe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/base46/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ M.compile = function()
local hl_str = M.tb_2str(M.get_integration(name))

if name == "defaults" then
hl_str = hl_str .. " vim.o.tgc=true vim.o.bg='" .. M.get_theme_tb "type" .. "'"
hl_str = "vim.o.tgc=true vim.o.bg='" .. M.get_theme_tb "type" .. "' " .. hl_str
end

if opts.compile_onefile then
Expand Down

0 comments on commit 77adfe8

Please sign in to comment.