Helix config
This commit is contained in:
4
containers/fedora/config/helix/config.toml
Normal file
4
containers/fedora/config/helix/config.toml
Normal file
@@ -0,0 +1,4 @@
|
||||
theme = "dark_plus"
|
||||
|
||||
[editor.file-picker]
|
||||
hidden = false
|
||||
12
containers/fedora/config/helix/languages.toml
Normal file
12
containers/fedora/config/helix/languages.toml
Normal 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" }
|
||||
Reference in New Issue
Block a user