mirror of
https://github.com/windwp/nvim-ts-autotag.git
synced 2024-12-30 15:19:14 -06:00
Make sure close can be actually disabled
This commit is contained in:
parent
8619a63750
commit
a65b202cfd
@ -106,7 +106,7 @@ M.setup = function(opts)
|
||||
if opts.enable_rename ~= nil then
|
||||
M.enable_rename = opts.enable_rename
|
||||
end
|
||||
if opts.enable_close then
|
||||
if opts.enable_close ~= nil then
|
||||
M.enable_close = opts.enable_close
|
||||
end
|
||||
if opts.enable_close_on_slash ~= nil then
|
||||
|
Loading…
Reference in New Issue
Block a user