refactor: remove unused setup function
Colorschemes load via :colorscheme command, making the setup() no-op redundant.
This commit is contained in:
parent
8b695453a8
commit
270ba26bce
1 changed files with 0 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue