aboutsummaryrefslogtreecommitdiff
path: root/.helix
diff options
context:
space:
mode:
authoreverdrone <[email protected]>2025-09-24 14:03:41 +0200
committereverdrone <[email protected]>2025-09-24 14:03:41 +0200
commit81cc2f1e9fe76ad6584b6ecc8bc855946bd131b0 (patch)
tree6643ef184fd7b374c4e5a63688d0c271c49a8f45 /.helix
parentbbb2a1ca5359f4a31c91aed9fe5fa347bef4d3f1 (diff)
Add helix cargo settings overrides
Diffstat (limited to '.helix')
-rw-r--r--.helix/languages.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.helix/languages.toml b/.helix/languages.toml
new file mode 100644
index 000000000..d34df4b24
--- /dev/null
+++ b/.helix/languages.toml
@@ -0,0 +1,11 @@
1[language-server.rust-analyzer.config.cargo]
2allTargets = false
3noDefaultFeatures = true
4target = "thumbv8m.main-none-eabihf"
5features = ["stm32n657x0", "time-driver-any", "unstable-pac", "exti"]
6
7[language-server.rust-analyzer.config.check]
8allTargets = false
9noDefaultFeatures = true
10target = "thumbv8m.main-none-eabihf"
11features = ["stm32n657x0", "time-driver-any", "unstable-pac", "exti"]