Преглед изворни кода

chore: update helix config

thesimplekid пре 1 година
родитељ
комит
968486061f
1 измењених фајлова са 2 додато и 4 уклоњено
  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" ] }