Skip to content

Commit

Permalink
helix: fix fish-lsp
Browse files Browse the repository at this point in the history
  • Loading branch information
branchvincent committed Jan 9, 2025
1 parent da062df commit 68b1065
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .config/helix/languages.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# TODO: add to helix
[language-server]
fish-lsp = { command = "fish-lsp", args = ["start"] }

[language-server.deno]
command = "deno"
args = ["lsp"]
config = { deno = { enable = true } }

[language-server.fish-lsp]
command = "fish-lsp"
args = ["start"]
environment = { "fish_lsp_show_client_popups" = "false" }

[[language]]
name = "fish"
language-servers = ["fish-lsp"]
Expand Down

0 comments on commit 68b1065

Please sign in to comment.