Matthew Toohey
Matthew Toohey
I believe I've found a solution that may work for this, I was having a similar issue with coc's autocomplete (not snippets specifically though, I don't use them right now),...
I can try to put together an AppImage. I'm new to both AppImages and Flatpaks but I'm happy to learn. Based on some quick research, AppImage seems like it may...
AppImages seem to require a `.desktop` entry, so maybe I can close #1073 while I'm at it, but they also seem to require a png icon. As far as I...
> If you (somehow) embed the right metadata in the Appimage then you can use https://github.com/AppImage/AppImageUpdate to auto update it, pretty cool! I take it you're referring to [this part...
This monster of a derivation seems to work, though it definitely has extraneous dependencies. ```nix stdenv.mkDerivation rec { name = "juce"; version = "7.0.0"; src = fetchurl { url =...
I've done some digging on this; I don't think it would take much effort to make significant improvements to the way formatting is done. From what I can tell, the...
Ok, I've done some tinkering [here](https://github.com/mtoohey31/rnix-lsp/tree/feat/improved-format-edits) and [here](https://github.com/mtoohey31/nixpkgs-fmt/tree/feat/reformat-edits). The code is kinda messy right now and it only kind of works (it looks like some indentation changes are getting skipped...
Fixing those issues has turned out to be much harder than anticipated. I'm going to keep working on it at some point, but if someone else wants to take over...
No worries, good luck with exams! I've actually finally managed to make some progress. I think I'm on the right track now, but there are still more bugs to work...
Ok, I believe I've ironed out most of the bugs. All 77 of `nixpkgs-fmt`'s test cases are now reformatted correctly with minimal edits being applied instead of the whole document....