You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It could be nice to let the user select their editor during configuration and get a file similar to the .vscode config, but for other editors such as neovim or helix
This is what helix would look like for example. .helix/languages.toml
[[language]]
name = "rust"
[language-server.rust-analyzer.config]
check.allTargets = falsecargo.target = "riscv32imac-unknown-none-elf"
The text was updated successfully, but these errors were encountered:
It could be nice to let the user select their editor during configuration and get a file similar to the .vscode config, but for other editors such as neovim or helix
This is what helix would look like for example.
.helix/languages.toml
The text was updated successfully, but these errors were encountered: