Explorar el Código

chore: update helix config

thesimplekid hace 1 año
padre
commit
968486061f
Se han modificado 1 ficheros con 2 adiciones y 4 borrados
  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" ] }