兎の流れ
兎の流れ
### What Operating System(s) are you seeing this problem on? Linux X11 ### WezTerm version 20220524-093749-89d78ac4 ### Did you try the latest nightly build to see if the issue is...
This little PR adds mode-specific colors to both tokyonight themes, using the same reasoning as in https://github.com/helix-editor/helix/pull/3098, with one exception: I went with orange for the selection like in the...
This is a little cosmetic improvement, which colors the file type in addition to the mode; ~~shamelessly copied from~~ inspired by [lualine](https://github.com/nvim-lualine/lualine.nvim). In addition to the subjectively better look, I...
**Describe the bug** The application doesn't start: ``` $ RUST_BACKTRACE=1 onagre Failed to parse theme: Failed to open config file Failing back to default theme thread 'main' panicked at 'Failed...
Despite looking through the [documentation](https://nexte.st/book/configuration.html) and issues, I couldn't find much besides https://github.com/nextest-rs/nextest/issues/50 (which requests a bigger feature). Is there a way - and if not, would it be possible...
I'd like to suggest adding an editor to "Are we IDE yet"! [Helix](https://helix-editor.com), which is branded as a "post-modern editor", has been around since a few years, and it's already...
This is the file tree feature which a PR was created for in the upstream project: https://github.com/helix-editor/helix/pull/5768
As discovered in #4: Helix loads the purple theme at compile time, and loads it a bit differently at runtime compared to other themes. This makes it problematic if the...
Fixes #38
#26 introduced initial evil long word support, but when using these motions as part of commands, the motions will still be treated as regular word motions.