From 270ba26bce32c6fc561043feaf319a4f179149fd Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Tue, 3 Feb 2026 20:12:17 -0500 Subject: [PATCH] refactor: remove unused setup function Colorschemes load via :colorscheme command, making the setup() no-op redundant. --- lua/midnight/init.lua | 9 --------- 1 file changed, 9 deletions(-) diff --git a/lua/midnight/init.lua b/lua/midnight/init.lua index 7d03715..50a83ba 100644 --- a/lua/midnight/init.lua +++ b/lua/midnight/init.lua @@ -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