You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.