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