dotfiles/.config/helix/languages.toml

15 lines
212 B
TOML
Raw Normal View History

2024-11-12 16:34:56 +00:00
[[language]]
name = "typescript"
auto-format = true
[[language]]
name = "tsx"
auto-format = true
2025-01-05 16:45:43 +00:00
[[language]]
name = "rust"
auto-format = true
[[language-server.rust-analyzer.config.check]]
command = "clippy"