This commit is contained in:
maurice
2026-03-12 14:43:34 +01:00
parent 9f435b6a30
commit 53e0b19ccb
16 changed files with 85 additions and 113 deletions

View File

@@ -0,0 +1,7 @@
theme = "dark_plus"
[editor]
true-color = true
[editor.file-picker]
hidden = false

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" }