dotfiles/.config/helix/languages.toml

18 lines
330 B
TOML
Raw Normal View History

2026-02-18 22:53:39 +01:00
[[language]]
name="c"
indent = { tab-width=1, unit=" "}
# formatter = { command = "clang-format", args=["--style=file"] }
auto-format = true
[[language]]
name="cpp"
indent = { tab-width=1, unit=" "}
auto-format = true
[[language]]
name="zig"
auto-format = false
# [language-server.zls]
# command = "$HOME/.local/bin/zls"