Skip to content

Commit 9cd70ea

Browse files
committed
docs update
1 parent 757eae1 commit 9cd70ea

File tree

3 files changed

+2
-82
lines changed

3 files changed

+2
-82
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
<p align="center">
1919
<a href="https://clojure-lsp.io"><strong>homepage</strong></a> •
2020
<a href="docs/features.md"><strong>features</strong></a> •
21-
<a href="docs/capabilities.md"><strong>capabilities</strong></a> •
2221
<a href="docs/developing.md"><strong>developing</strong></a> •
2322
<!-- <a href="https://clojure-lsp.io/settings"><strong>settings</strong></a> • -->
2423
<a href="docs/troubleshooting.md"><strong>troubleshooting</strong></a> •
@@ -30,7 +29,7 @@
3029

3130
IntelliJ is the only mainstream editor without a plugin with good, free, and dedicated support for LSP, there are already excellent plugins for Clojure like [Cursive](https://cursive-ide.com/) which provides lots of features with REPL support or [ClojureKit](https://github.com/gregsh/Clojure-Kit) which adds basic Clojure support for the language, but none uses clojure-lsp or follows the LSP standard which some users may prefer as [some features](https://clojure-lsp.io/features/) are only available in clojure-lsp.
3231

33-
Keep in mind that this plugin provides only LSP features relying on clojure-lsp (and clj-kondo under the hood) static analysis, so no runtime features exist, like REPL integration or support, for that a separated plugin is needed as it's not possible to use only the REPL part of other plugins like Cursive together with this plugin.
32+
Keep in mind that this plugin provides only LSP features relying on clojure-lsp (and clj-kondo under the hood) static analysis, so no runtime features exist, like REPL integration or support, for that a separated plugin like [clojure-repl-intellij](https://github.com/afucher/clojure-repl-intellij) is recommended as it's not possible to use only the REPL part of other plugins like Cursive together with this plugin.
3433

3534
Also, this plugin does not use official IntelliJ's LSP support yet for 2 reasons:
3635
- It's only available for Ultimate Edition (paid edition), making this plugin only available for those editions.

docs/capabilities.md

Lines changed: 0 additions & 79 deletions
This file was deleted.

docs/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Troubleshooting
22

3-
You can find details about the server in Intellij's `Settings` > `Tools` > `Clojure LSP`.
3+
You can find details about the server in Intellij's `Settings` > `Tools` > `Clojure LSP` or checking [lsp4ij troubleshooting](https://github.com/redhat-developer/lsp4ij/blob/main/docs/UserGuide.md).
44

55
For more troubleshooting details related to Clojure LSP server, check the [troubleshooting section](https://clojure-lsp.io/troubleshooting/).

0 commit comments

Comments
 (0)