From b873197cc503a4f3321c9f39780b1d21a98ff940 Mon Sep 17 00:00:00 2001 From: seanbreckenridge Date: Sat, 1 Jun 2024 20:28:48 -0700 Subject: [PATCH] use ? instead of nil Co-authored-by: Price Hiller --- lua/nvim-ts-autotag/config/plugin.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/nvim-ts-autotag/config/plugin.lua b/lua/nvim-ts-autotag/config/plugin.lua index 5aeaa35..d061dfd 100644 --- a/lua/nvim-ts-autotag/config/plugin.lua +++ b/lua/nvim-ts-autotag/config/plugin.lua @@ -141,7 +141,7 @@ local Setup = { } --- Do general plugin setup ----@param opts nvim-ts-autotag.PluginSetup|nil +---@param opts nvim-ts-autotag.PluginSetup? function Setup.setup(opts) opts = opts or {} if Setup.did_setup then