AutoYADM commit: 2025-04-08 19:00:05
This commit is contained in:
parent
5f198a044d
commit
27bc492e19
1 changed files with 16 additions and 2 deletions
|
@ -7,6 +7,10 @@
|
||||||
typeCheckingMode = "standard"
|
typeCheckingMode = "standard"
|
||||||
inlayHints.genericTypes = true
|
inlayHints.genericTypes = true
|
||||||
|
|
||||||
|
# [language-server.yaml-language-server.config.yaml]
|
||||||
|
# format = {enable = true}
|
||||||
|
# validation = true
|
||||||
|
|
||||||
[language-server.harper-ls]
|
[language-server.harper-ls]
|
||||||
command = "harper-ls"
|
command = "harper-ls"
|
||||||
args = ["--stdio"]
|
args = ["--stdio"]
|
||||||
|
@ -273,12 +277,22 @@ command = "just-lsp"
|
||||||
[[language]]
|
[[language]]
|
||||||
name = "just"
|
name = "just"
|
||||||
scope = "source.just"
|
scope = "source.just"
|
||||||
file-types = ["just", { glob = "justfile" }, { glob = "Justfile" }, { glob = ".justfile" }, { glob = ".Justfile" }]
|
file-types = [
|
||||||
|
"just",
|
||||||
|
{ glob = "justfile" },
|
||||||
|
{ glob = "Justfile" },
|
||||||
|
{ glob = ".justfile" },
|
||||||
|
{ glob = ".Justfile" },
|
||||||
|
]
|
||||||
injection-regex = "just"
|
injection-regex = "just"
|
||||||
comment-token = "#"
|
comment-token = "#"
|
||||||
indent = { tab-width = 4, unit = " " }
|
indent = { tab-width = 4, unit = " " }
|
||||||
auto-format = true
|
auto-format = true
|
||||||
formatter = { command = "fish", args=["-c", "justfmt"] }
|
formatter = { command = "fish", args = ["-c", "justfmt"] }
|
||||||
# formatter = { command = "just", args = ["--dump"] } # Please see: https://github.com/helix-editor/helix/issues/9703
|
# formatter = { command = "just", args = ["--dump"] } # Please see: https://github.com/helix-editor/helix/issues/9703
|
||||||
language-servers = ["just-lsp", "scls"]
|
language-servers = ["just-lsp", "scls"]
|
||||||
|
|
||||||
|
|
||||||
|
[[language]]
|
||||||
|
name = "yaml"
|
||||||
|
formatter = { command = "yamlfmt", args = ['-'] }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue