fix: no nvim_del_namespace (#1881)

This commit is contained in:
yetone
2025-04-15 20:53:01 +08:00
committed by GitHub
parent c2af77cb3f
commit 54a1df28b6

View File

@@ -361,7 +361,6 @@ function M:close()
self._popup = nil
return true
end
if self._ns_id then vim.api.nvim_del_namespace(self._ns_id) end
return false
end