fix: mark opts as intentionally unused
Some checks are pending
Release / Publish to LuaRocks (push) Waiting to run
Some checks are pending
Release / Publish to LuaRocks (push) Waiting to run
This commit is contained in:
parent
2702caf352
commit
94a373f416
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ function M.load()
|
||||||
end
|
end
|
||||||
|
|
||||||
---@deprecated Use `vim.cmd('colorscheme midnight')` instead
|
---@deprecated Use `vim.cmd('colorscheme midnight')` instead
|
||||||
function M.setup(opts)
|
function M.setup(_opts)
|
||||||
vim.deprecate(
|
vim.deprecate(
|
||||||
'require("midnight").setup()',
|
'require("midnight").setup()',
|
||||||
'vim.cmd("colorscheme midnight")',
|
'vim.cmd("colorscheme midnight")',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue