Skip to content

Instantly share code, notes, and snippets.

@raikhan
raikhan / config.toml
Created January 8, 2026 12:28
Doom Emacs-like helix config with lots of external tools
theme = "modus_vivendi_tinted"
[editor]
line-number = "relative"
soft-wrap.enable = false
true-color = true
jump-label-alphabet = "jfkdls;aurieowpqnvmcxz" # changes the goto-word letters to focus on the main row
shell = ["nu", "--stdin","--env-config", "~/.config/nushell/config.nu", "-c"]
clipboard-provider = "pasteboard"
end-of-line-diagnostics = "hint"