IogaMaster
IogaMaster
It's less about familiarity and more about proper separation of concerns. I do want to hear @AucaCoyan @fdncred @amtoine talk about what they think
In my pr there are two crates. Nufmt Nufmt_cli The former is the library it does all the formatting The latter is a wrapper around the lib. This structure keeps...
@fdncred i was going to add those back just didn't have the time yesterday
> i still do not get why we need such changes Complete separation of the two functions of this project would allow the lib to be consumed (and published on...
If we continue with the rewrite I will draft a plan for how to proceed.
I can see where you are coming from on the simplicity front, but I think in the long term it would be better. What is on the roadmap is just...
Yeah, just the start of this process. :wink:
I am not on darwin, but this appears to be the issue, `pkgs.darwin.apple_sdk.frameworks.IOKit` needs to be installed. Please clone and add this to the flake: ```nix buildInputs = [] ++...
@gmodena I have a [project](https://github.com/nix-community/templates) in nix-community and have [migrated one](https://github.com/nix-community/manix) as well. Let's look into getting it into nix-community, as well as adding it into [awesome-nix](https://github.com/nix-community/awesome-nix) @Mic92 thoughts
The old version will always be available at: https://github.com/IogaMaster/neocord/tree/presence.nvim-based In development rewrite is located here: https://github.com/IogaMaster/neocord/tree/rewrite