refactor: remove unused setup function

Colorschemes load via :colorscheme command, making the setup() no-op redundant.
This commit is contained in:
Barrett Ruth 2026-02-03 20:12:17 -05:00
parent 8b695453a8
commit 270ba26bce

View file

@ -1,14 +1,5 @@
local M = {}
---@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