We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Relative line numbers are not displayed on onedark theme
I tried this:
hx
:theme onedark
I expected this to happen:
Relative lines to show up
Instead, this happened:
Relative line numbers are not displayed.
2022-04-17T18:36:24.832 helix_lsp::transport [ERROR] err <- " --- stderr\n" 2022-04-17T18:36:24.832 helix_lsp::transport [ERROR] err <- " Package alsa was not found in the pkg-config search path.\n" 2022-04-17T18:36:24.832 helix_lsp::transport [ERROR] err <- " Perhaps you should add the directory containing `alsa.pc'\n" 2022-04-17T18:36:24.832 helix_lsp::transport [ERROR] err <- " to the PKG_CONFIG_PATH environment variable\n" 2022-04-17T18:36:24.832 helix_lsp::transport [ERROR] err <- " No package 'alsa' found\n" 2022-04-17T18:36:24.832 helix_lsp::transport [ERROR] err <- " ', /home/lucy/.cargo/registry/src/github.com-1ecc6299db9ec823/alsa-sys-0.3.1/build.rs:6:50\n" 2022-04-17T18:36:24.832 helix_lsp::transport [ERROR] err <- " stack backtrace:\n" 2022-04-17T18:36:24.832 helix_lsp::transport [ERROR] err <- " 0: rust_begin_unwind\n" 2022-04-17T18:36:24.832 helix_lsp::transport [ERROR] err <- " at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:584:5\n" 2022-04-17T18:36:24.832 helix_lsp::transport [ERROR] err <- " 1: core::panicking::panic_fmt\n" 2022-04-17T18:36:24.832 helix_lsp::transport [ERROR] err <- " at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:143:14\n" 2022-04-17T18:36:24.832 helix_lsp::transport [ERROR] err <- " 2: build_script_build::main\n" 2022-04-17T18:36:24.832 helix_lsp::transport [ERROR] err <- " at ./build.rs:6:50\n" 2022-04-17T18:36:24.832 helix_lsp::transport [ERROR] err <- " 3: core::ops::function::FnOnce::call_once\n" 2022-04-17T18:36:24.832 helix_lsp::transport [ERROR] err <- " at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5\n" 2022-04-17T18:36:24.832 helix_lsp::transport [ERROR] err <- " note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.\n" 2022-04-17T18:36:24.832 helix_lsp::transport [ERROR] err <- "\n" 2022-04-17T18:36:24.832 helix_lsp::transport [ERROR] err <- "\n" 2022-04-17T18:36:24.832 helix_term::application [WARN] unhandled window/showMessage: ShowMessageParams { typ: Error, message: "rust-analyzer failed to run build scripts\n\nCheck the server logs for additional info." } 2022-04-17T20:01:37.001 helix_view::editor [ERROR] Failed to initialize the LSP for `source.toml` { LSP not defined }
WSL2 Ubuntu
Windows Terminal
helix-term 22.05-dev (450f348)
The text was updated successfully, but these errors were encountered:
You can actually see them in the picture. The color is simply too similar to the background.
Sorry, something went wrong.
This fixes it:
#2155
Successfully merging a pull request may close this issue.
Summary
Relative line numbers are not displayed on onedark theme
Reproduction Steps
I tried this:
hx
:theme onedark
I expected this to happen:
Relative lines to show up
Instead, this happened:
Relative line numbers are not displayed.
Helix log
~/.cache/helix/helix.log
Platform
WSL2 Ubuntu
Terminal Emulator
Windows Terminal
Helix Version
helix-term 22.05-dev (450f348)
The text was updated successfully, but these errors were encountered: