forked from Job79/devcontainer
This commit is contained in:
@@ -18,6 +18,7 @@ RUN mkdir .config .local .cache
|
|||||||
|
|
||||||
COPY --chown=user:user config/bashrc .bashrc
|
COPY --chown=user:user config/bashrc .bashrc
|
||||||
COPY --chown=user:user config/git .config/git/config
|
COPY --chown=user:user config/git .config/git/config
|
||||||
|
COPY --chown=user:user config/helix/ .config/helix/
|
||||||
COPY config/bin /usr/local/bin
|
COPY config/bin /usr/local/bin
|
||||||
|
|
||||||
# === Add host entry for podman ===
|
# === Add host entry for podman ===
|
||||||
|
|||||||
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