multisn8
multisn8
Continuation in spirit of #1061. Though I have literally no idea how difficult or easy each one of these things are, I'll just list them to have a handy overview...
**Describe the bug** Particles, which are more of a visual nice thing than bound to Neovim, are only visible in the Neovim area and not in the part below the...
**Is your feature request related to a problem? Please describe.** Currently, if upon installation there's not enough space left on disk, legendary displays the game size and how much space...
**Is your feature request related to a problem? Please describe.** Sometimes on the Discord server when reporting segfaults or other, difficult-to-debug problems, I'd like to attach a trace made with...
Currently, Rare only features very rudimentary touch support and seems to interpret touch input the exact same as mouse and pen input. This makes scrolling, swiping and "right click" (two...
## What kind of change does this PR introduce? - Feature ## Did this PR introduce a breaking change? _A breaking change includes anything that breaks backwards compatibility either at...
Currently, Neovide is rendering changed/new lines with text whenever it's told so by neovim, and only these lines are redrawn. That chain starts here: https://github.com/neovide/neovide/blob/697480b9520fefff45ba3a2528560cb3b3b5fc66/src/bridge/events.rs#L860 But this causes some issues...
[Rust 1.65 (currently in beta)](https://releases.rs/docs/unreleased/1.65.0/) will include [`let ... else` statements](https://github.com/rust-lang/rfcs/blob/master/text/3137-let-else.md). It'd be nice to have those highlighted in a way that does not cause `ERROR`s all over the place,...
This is not really a bug or the like, just a possible way of embedding LaTeX in mdbook as an SVG which actually responds to theme changes: ### Instructions 1....
### Check for existing issues - [X] Completed ### Language LaTeX ### Tree Sitter parser link https://github.com/latex-lsp/tree-sitter-latex ### Language server link https://github.com/latex-lsp/texlab ### Misc notes This could go a _long_...