Parcourir la source

chore: update helix config

thesimplekid il y a 1 an
Parent
commit
968486061f
1 fichiers modifiés avec 2 ajouts et 4 suppressions
  1. 2 4
      .helix/languages.toml

+ 2 - 4
.helix/languages.toml

@@ -1,4 +1,2 @@
-[[language]]
-name = "rust"
-config = { cargo = { features = [ "wallet", "mint", "redb" ] } }
-
+[language-server.rust-analyzer.config]
+cargo = { features = [ "wallet", "mint", "redb" ] }