AutoYADM commit: 2025-04-05 16:45:07

This commit is contained in:
Daniel Fichtinger 2025-04-05 16:45:07 -04:00
parent e4df98ad1d
commit 0e7210cfa8

View file

@ -266,3 +266,18 @@ indent = { tab-width = 4, unit = "\t" }
[[language]]
name = "git-commit"
language-servers = ["scls"]
[language-server.just-lsp]
command = "just-lsp"
[[language]]
name = "just"
scope = "source.just"
file-types = ["just", { glob = "justfile" }, { glob = "Justfile" }, { glob = ".justfile" }, { glob = ".Justfile" }]
injection-regex = "just"
comment-token = "#"
indent = { tab-width = 4, unit = " " }
auto-format = true
formatter = { command = "just", args = ["--dump"] } # Please see: https://github.com/helix-editor/helix/issues/9703
language-servers = ["just-lsp", "scls"]