From 28e9da7d438c066d1ea1760c437a1aa44b6a60af Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Thu, 24 Apr 2025 16:00:06 -0400 Subject: [PATCH] AutoYADM commit: 2025-04-24 16:00:05 --- .config/helix/languages.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.config/helix/languages.toml b/.config/helix/languages.toml index fd42f266..0b968864 100644 --- a/.config/helix/languages.toml +++ b/.config/helix/languages.toml @@ -318,6 +318,19 @@ name = "yaml" auto-format = true 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]] name = "fish" +language-servers = ["fish-lsp"] auto-format = true