Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

Commit c334f5c

Browse files
init: clojure_lsp correct lsp server name
`clojure_lsp` name should be used when opting to use an externally managed clojure-lsp binary, i.e. not managed by mason
1 parent c04fbfe commit c334f5c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

init.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,10 @@ return {
5252
-- end
5353
},
5454
-- enable servers that you already have installed without mason
55+
-- https://github.com/williamboman/mason-lspconfig.nvim/blob/main/doc/server-mapping.md
5556
servers = {
5657
-- "pyright"
57-
-- "clojure-lsp"
58+
-- "clojure_lsp"
5859
-- Error when enabling clojure-lsp:
5960
-- [lspconfig] Cannot access configuration for clojure-lsp. Ensure this server is listed in `server_configurations.md` or added as a custom server.
6061
},

0 commit comments

Comments
 (0)