feat: more ci stuff

This commit is contained in:
Barrett Ruth 2025-11-08 13:05:48 -05:00
parent 4c257d5065
commit 88397bc1ad
4 changed files with 119 additions and 1 deletions

View file

@ -1,10 +1,15 @@
local M = {}
---@param opts? table
---@class MidnightConfig
---@field [string] any
---@param opts? MidnightConfig
---@return nil
function M.setup(opts)
opts = opts or {}
end
---@return nil
function M.load()
if vim.g.colors_name then
vim.cmd('hi clear')