Julia Ryan
Julia Ryan
I've begun to work on implementation here, and put up a WIP PR with the initial changes: #12994 I'm working on the rust-project.json path (custom flycheck overrideCommand) first because that's...
Now that both #15476 and #16510 are merged I think this can be closed. If you're using cargo, you can set `rust-analyzer.check.workspace` to `false`. For non-cargo setups you can use...
neoformat works just fine in neovim. If you're wondering how to configure it using lua, the options listed in [`:h neoformat-config`](https://github.com/sbdchd/neoformat/blob/51f0eef4c47f4a677ce6272c103d4ac74acb3b8f/doc/neoformat.txt#L82) are global vimscript variables ([`:h g:`](https://neovim.io/doc/user/eval.html#global-variable)) which you can...
Yep we were also interested in a way to produce docs for the entire workspace rather than single per-crate docs which aren't very useful because links wouldn't work and you...
qalculate does something similar to engineering notation, but it uses the SI prefix for the unit instead of writing out the scientific notation which I find generally more useful, for...
When you say it should be in the "application layer" do you mean that `numbat-cli` should specify how writing and loading the cache file works? For that to work with...