mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
Update languages.toml to fix cl-lsp (#12615)
This commit is contained in:
parent
dca235c5c8
commit
c81e0136c5
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ bitbake-language-server = { command = "bitbake-language-server" }
|
|||
bufls = { command = "bufls", args = ["serve"] }
|
||||
cairo-language-server = { command = "cairo-language-server", args = [] }
|
||||
circom-lsp = { command = "circom-lsp" }
|
||||
cl-lsp = { command = "cl-lsp", args = [ "stdio" ] }
|
||||
cl-lsp = { command = "cl-lsp" }
|
||||
clangd = { command = "clangd" }
|
||||
clojure-lsp = { command = "clojure-lsp" }
|
||||
cmake-language-server = { command = "cmake-language-server" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue