using { "kdssoftware/lua-obfuscator.nvim" }
Is incorrect, because the nvim_create_cmd are inside of the M.setup()
Since we dont need the options in the setup, we can remove the setup althoughether calling nvim_create_cmd in the root of the file.
This way we can keep the README as is.