Skip to content

Commit

Permalink
Update languages.toml to fix cl-lsp (#12615)
Browse files Browse the repository at this point in the history
  • Loading branch information
almort authored Jan 23, 2025
1 parent dca235c commit c81e013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit c81e013

Please sign in to comment.