fix: update luadoc to allow for empty setup call

This commit is contained in:
Sean Breckenridge 2024-06-01 14:52:28 -07:00
parent bcf3146864
commit ced3f1c780

View File

@ -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