helix rust env
This commit is contained in:
parent
7aa7c432e3
commit
653d660cd2
4 changed files with 8 additions and 1 deletions
|
@ -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
Add a link
Reference in a new issue