Helix config
Some checks failed
Build container / fedora-build (push) Has been cancelled

This commit is contained in:
maurice
2025-10-28 09:26:03 +01:00
parent cd129f21f7
commit 0aba432076
3 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
# C#
[language-server.omnisharp]
command = "/home/user/.omnisharp/OmniSharp"
args = [ "--languageserver" ]
# Rust
[language-server.rust-analyzer.config.check]
command = "clippy"
[[language]]
name = "rust"
formatter = { command = "rustfmt" }