chore: cleanup and format style changes

This commit is contained in:
2025-03-08 13:59:28 +01:00
parent fb38ee0071
commit 4f11874437
7 changed files with 14 additions and 10 deletions

View File

@@ -18,7 +18,9 @@ local M = {
function M.setup(user_cfg)
M.cfg = config.make_config(user_cfg)
-- If the colors are set, assume we're reloading and auto apply
if vim.g.colors_name == "astrobox" then vim.cmd.colorscheme("astrobox") end
if vim.g.colors_name == "astrobox" then
vim.cmd.colorscheme("astrobox")
end
end
function M.set_highlights(list)