From 94a373f416f2b9ff3a720fbbc59e1229414e5cab Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Tue, 3 Feb 2026 21:51:55 -0500 Subject: [PATCH] fix: mark opts as intentionally unused --- lua/midnight/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/midnight/init.lua b/lua/midnight/init.lua index 1ed25ca..1055fda 100644 --- a/lua/midnight/init.lua +++ b/lua/midnight/init.lua @@ -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")',