mirror of
https://github.com/windwp/nvim-ts-autotag.git
synced 2024-12-28 21:19:16 -06:00
fix: update luadoc to allow for empty setup call
This commit is contained in:
parent
bcf3146864
commit
ced3f1c780
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user