Michael Davis
Michael Davis
This is looking good 👍 Just needs a run of `cargo fmt`
Now that the C/C++ queries have been updated in https://github.com/helix-editor/helix/pull/4079, this might be closable? The appending error node changes could be split off to a separate PR or this PR...
Similar but I think a different issue overall: https://github.com/helix-editor/helix/issues/2059 It looks like the formatting callback is timing out because the language server crashed (hence the "broken pipe"). I'm not sure...
Looks good! And thanks for cleaning up the storm variant with the `inherits` 👍
If you run `cargo xtask docgen` and commit the changes, that will fix the CI
Does https://github.com/helix-editor/helix/pull/2412 cover what you're looking for?
What was the macro?
You can paste out the contents of a register by pressing " then the key for the register (@ by default for macros) and then p then copy that to...
Currently if we can't determine a good workspace root we fall back to the CWD and that value gets plugged in to the `workspaceFolders` value in the initialization params. What...
Helix's `d` behaves sort-of like Vi's `x` if Vi's `x` could act on newlines - it deletes the current selection and the cursor itself is a 1-width selection. In the...