helix rust env

This commit is contained in:
Matthew Ryan Dillon 2023-06-06 18:41:50 -04:00
parent 7aa7c432e3
commit 653d660cd2
4 changed files with 8 additions and 1 deletions
README.md
data
home/private_dot_config/helix

View file

@ -68,4 +68,5 @@ sudo ./miniconda.sh -b -u -p /opt/miniconda3
- steermouse (license in email): btn4==fwd, btn5==bck
- rust (don't use a package manager for this)
- rust-analyzer (`rustup component add rust-analyzer`)
- gwar (`git clone ssh://git@pingo.thermokar.st/gwar && cd gwar && cargo build --release && cp target/release/gwar ~/bin`)

View file

@ -14,6 +14,7 @@ repos = [
"gwar",
"notes",
"pingo",
"rlox",
]
remotes = []

View file

@ -1,4 +1,4 @@
theme = "meliora"
theme = "base16_default"
[editor.file-picker]
hidden = false

View file

@ -0,0 +1,5 @@
[[language]]
name = "rust"
[language-server.rust-analyzer.config.check]
command = "clippy"