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

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"