Przeglądaj źródła

chore: update helix config

thesimplekid 1 rok temu
rodzic
commit
968486061f
1 zmienionych plików z 2 dodań i 4 usunięć
  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" ] }