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

Commit f31877e

Browse files
init: configuration for external clojure-lsp server
show example configuration to use an external clojure-lsp server rather than one managed by mason
1 parent 2c15bb6 commit f31877e

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## Changed
44
- init: `clojure_lsp` name corrected for Clojure LSP server
55
- init: remove zipPlugin from disabled_plugins so `gd` jumps to function definitions in jar files
6+
- init: show configuration to use an external clojure-lsp server rather than one managed by mason
67

78
# 2023-07-21
89
## Added

init.lua

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,7 @@ return {
5555
-- https://github.com/williamboman/mason-lspconfig.nvim/blob/main/doc/server-mapping.md
5656
servers = {
5757
-- "pyright"
58-
-- "clojure_lsp"
59-
-- Error when enabling clojure-lsp:
60-
-- [lspconfig] Cannot access configuration for clojure-lsp. Ensure this server is listed in `server_configurations.md` or added as a custom server.
58+
-- "clojure_lsp",
6159
},
6260
},
6361

0 commit comments

Comments
 (0)