瀏覽代碼

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" ] }