AutoYADM commit: 2025-04-24 16:00:05
This commit is contained in:
parent
8f62728638
commit
28e9da7d43
1 changed files with 13 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue