Simon Pflaumer
Simon Pflaumer
I have thus far used this snippet, although it might not be the most compatible with each formatter: ```Lua local mason_reg = require "mason-registry" local formatters = {} local formatters_by_ft...
Although in some cases, some formatters tend to overwrite recent changes, like commenting something out for example. This mostly happens with formatters that didn't have a builtin configuration, as such...
i have started writing a [function](https://github.com/1nekomata/hoxy/commit/ca3d94d38a4345f15c45bd73a518276676fca8ff) to read a file and for now have inserted it into the cmd/example/hoxy.go file.
should the modules maybe use the ini config format?
it should be possible to initalize several mods with a single config file using ini
i see. thats too bad. i can't promise that i can actively maintain a fork at the moment; i am relatively new to go and haven't even read that much...
there would be 2 ways of implementing that kind of behaviour: - using the [`plugin`](https://pkg.go.dev/plugin) package: - or the [`net/rpc`](https://pkg.go.dev/net/rpc) package. imo plugin is easier to setup overall while rpc...
> The native plugin support being unavailable on Windows ruled it out for me, most people use a Windows PC to run emulators for mobile games. This is why i...
i'm gonna spend some time tinkering with a concept and share a gist once i deem it useable
it seems like i have some sort of solution? although i have not tested this approach yet, it seems that it would be possible to: - load a dll or...