From ced3f1c780fd345a771ae00cc8f520310d980de1 Mon Sep 17 00:00:00 2001 From: Sean Breckenridge Date: Sat, 1 Jun 2024 14:52:28 -0700 Subject: [PATCH] fix: update luadoc to allow for empty setup call --- 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 2d90c99..5aeaa35 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 +---@param opts nvim-ts-autotag.PluginSetup|nil function Setup.setup(opts) opts = opts or {} if Setup.did_setup then