AutoYADM commit: 2025-04-24 16:00:05

This commit is contained in:
Daniel Fichtinger 2025-04-24 16:00:06 -04:00
parent 8f62728638
commit 28e9da7d43

View file

@ -318,6 +318,19 @@ name = "yaml"
auto-format = true auto-format = true
formatter = { command = "yamlfmt", args = ['-'] } formatter = { command = "yamlfmt", args = ['-'] }
[language-server.fish-lsp]
command = "fish-lsp"
args = [
"start",
"--disable",
"diagnostic",
"highlight",
"folding",
"formatting",
]
environment = { fish_lsp_show_client_popups = "false" }
[[language]] [[language]]
name = "fish" name = "fish"
language-servers = ["fish-lsp"]
auto-format = true auto-format = true