mirror of
https://github.com/windwp/nvim-ts-autotag.git
synced 2024-12-28 21:19:16 -06:00
use ? instead of nil
Co-authored-by: Price Hiller <price@orion-technologies.io>
This commit is contained in:
parent
ced3f1c780
commit
b873197cc5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user