Merge pull request #187 from seanbreckenridge/allow-empty-setup

This commit is contained in:
Price Hiller 2024-06-01 22:31:06 -05:00 committed by GitHub
commit 6eb4120a1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -141,7 +141,7 @@ local Setup = {
}
--- Do general plugin setup
---@param opts nvim-ts-autotag.PluginSetup
---@param opts nvim-ts-autotag.PluginSetup?
function Setup.setup(opts)
opts = opts or {}
if Setup.did_setup then