about summary refs log tree commit diff
path: root/src/etc/rust_analyzer_helix.toml
AgeCommit message (Collapse)AuthorLines
2025-03-13Remove separate `src/tools/x` from rust-analyzer settingsJosh Stone-1/+0
2024-11-09Use a separate dir for r-a builds consistently in helix configMaybe Lapkin-2/+15
2024-10-29rust_analyzer_helix.toml: add library/ manifestTshepang Mbambo-3/+4
Also, sort list
2024-09-27etc: Add rust-analyzer configs for eglot & helixKajetan Puchalski-0/+49
LSP configuration in editors like Emacs (eglot) and helix does not use the same JSON format as vscode and vim do. It is not obvious how to set up LSP for rustc in those editors and the dev guide currently does not cover them. Adding sample configuration files for those editors alongside the currently existing JSON one would be helpful.