add helix conf and change rust installation to slim down image again

This commit is contained in:
Wintermute 2025-02-02 20:46:15 +01:00
parent 938c5a7992
commit 4da65198a7
4 changed files with 22 additions and 4 deletions

View file

@ -0,0 +1,9 @@
theme = "tokyonight_moon"
[editor]
line-number = "relative"
mouse = true
[editor.file-picker]
hidden = false

View file

@ -0,0 +1,3 @@
[editor.lsp.rust-analyzer.config.check]
command = "clippy"