fix: mark opts as intentionally unused
Some checks are pending
Release / Publish to LuaRocks (push) Waiting to run

This commit is contained in:
Barrett Ruth 2026-02-03 21:51:55 -05:00
parent 2702caf352
commit 94a373f416

View file

@ -18,7 +18,7 @@ function M.load()
end
---@deprecated Use `vim.cmd('colorscheme midnight')` instead
function M.setup(opts)
function M.setup(_opts)
vim.deprecate(
'require("midnight").setup()',
'vim.cmd("colorscheme midnight")',