Merge pull request #19 from barrettruth/refactor/remove-setup

refactor: remove unused setup function
This commit is contained in:
Barrett Ruth 2026-02-03 20:28:23 -05:00 committed by GitHub
commit d3bd65a484
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,14 +1,5 @@
local M = {} local M = {}
---@class MidnightConfig
---@field [string] any
---@param opts? MidnightConfig
---@return nil
function M.setup(opts)
opts = opts or {}
end
---@return nil ---@return nil
function M.load() function M.load()
if vim.g.colors_name then if vim.g.colors_name then