diff options
| -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"] | ||
