浏览代码

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