- I forgot to bind the arguments from the Command handler to the Command function, so you couldn't do anything with the sender or args. This is in now; the commands can now take the same arguments that the function can, in the exact order: CommandSender, message label, and an array of args.
- I removed the init.lua thing from the last update because it wasn't working anyways, and it's hacky to get working and as far as I can tell it's not part of the Lua standard anyways but something specific to Luarocks and Neovim