chore: cleanup and format style changes
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user