diff options
| author | everdrone <[email protected]> | 2025-09-24 14:03:41 +0200 |
|---|---|---|
| committer | everdrone <[email protected]> | 2025-09-24 14:03:41 +0200 |
| commit | 81cc2f1e9fe76ad6584b6ecc8bc855946bd131b0 (patch) | |
| tree | 6643ef184fd7b374c4e5a63688d0c271c49a8f45 | |
| parent | bbb2a1ca5359f4a31c91aed9fe5fa347bef4d3f1 (diff) | |
Add helix cargo settings overrides
| -rw-r--r-- | .helix/languages.toml | 11 |
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] | ||
| 2 | allTargets = false | ||
| 3 | noDefaultFeatures = true | ||
| 4 | target = "thumbv8m.main-none-eabihf" | ||
| 5 | features = ["stm32n657x0", "time-driver-any", "unstable-pac", "exti"] | ||
| 6 | |||
| 7 | [language-server.rust-analyzer.config.check] | ||
| 8 | allTargets = false | ||
| 9 | noDefaultFeatures = true | ||
| 10 | target = "thumbv8m.main-none-eabihf" | ||
| 11 | features = ["stm32n657x0", "time-driver-any", "unstable-pac", "exti"] | ||
