🎉 First commit
This commit is contained in:
commit
cade5ac6b6
231 changed files with 48507 additions and 0 deletions
19
helix/languages.toml
Normal file
19
helix/languages.toml
Normal file
|
@ -0,0 +1,19 @@
|
|||
[[language]]
|
||||
name = "go"
|
||||
auto-format = true
|
||||
formatter = { command = "goimports" }
|
||||
|
||||
[[language]]
|
||||
name = "python"
|
||||
auto-format = true
|
||||
formatter = { command = "black", args = ["--line-length", "80", "--quiet", "-"] }
|
||||
|
||||
[[language]]
|
||||
name = "typst"
|
||||
auto-format = true
|
||||
formatter = { command = "typstyle" }
|
||||
|
||||
[[language]]
|
||||
name = "c"
|
||||
auto-format = true
|
||||
formatter = { command = "clang-format" }
|
Loading…
Add table
Add a link
Reference in a new issue