helix rust env
This commit is contained in:
parent
7aa7c432e3
commit
653d660cd2
4 changed files with 8 additions and 1 deletions
|
@ -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`)
|
||||
|
|
|
@ -14,6 +14,7 @@ repos = [
|
|||
"gwar",
|
||||
"notes",
|
||||
"pingo",
|
||||
"rlox",
|
||||
]
|
||||
remotes = []
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
theme = "meliora"
|
||||
theme = "base16_default"
|
||||
|
||||
[editor.file-picker]
|
||||
hidden = false
|
||||
|
|
5
home/private_dot_config/helix/languages.toml
Normal file
5
home/private_dot_config/helix/languages.toml
Normal file
|
@ -0,0 +1,5 @@
|
|||
[[language]]
|
||||
name = "rust"
|
||||
|
||||
[language-server.rust-analyzer.config.check]
|
||||
command = "clippy"
|
Loading…
Add table
Reference in a new issue