aboutsummaryrefslogtreecommitdiff
path: root/languages.toml
diff options
context:
space:
mode:
Diffstat (limited to 'languages.toml')
-rw-r--r--languages.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/languages.toml b/languages.toml
index 204a5987..ee495635 100644
--- a/languages.toml
+++ b/languages.toml
@@ -5,6 +5,16 @@ injection-regex = "rust"
file-types = ["rs"]
roots = []
auto-format = true
+config = """
+{
+ "cargo": {
+ "loadOutDirsFromCheck": true
+ },
+ "procMacro": {
+ "enable": false
+ }
+}
+"""
language-server = { command = "rust-analyzer" }
indent = { tab-width = 4, unit = " " }