1
0
Fork 0

helix: Install with theme

This commit is contained in:
Jeremy Kaplan 2026-04-29 21:32:42 -07:00
commit ca246e1c31
6 changed files with 30 additions and 7 deletions

7
helix/languages.toml Normal file
View file

@ -0,0 +1,7 @@
[[language]]
name = "go"
auto-format = true
formatter = { command = "goimports" }
[language-server.rust-analyzer.config.check]
command = "clippy"