


git clone https://github.com/codedsprit/hx ~/.config/helix
# health check
hx --health
nix develop github:codedsprit/hx
- Helix
Runtimes
are essential, you can check thishere
. - Add
X
language server
inlanguage.toml
- You can also consider checking
helix-docs
[[language]]
name = "rust"
language-servers = ["rust-analyzer" ] # lsp for rust-lang
formatter = { command = "rustfmt" } # formatter