Skip to content

Commit 55839c5

Browse files
committed
Expand user manual
1 parent c16f70a commit 55839c5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/modules/ROOT/pages/config/basic_config.adoc

+8
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,14 @@ different configurations.
238238
In this example, the path `/src` will be translated to the correct path of your
239239
Clojure project on the host machine. And `/root/.m2` to the host's `~/.m2` folder.
240240

241+
You need to run `lein deps` (or `clojure -P`, etc) in the host machine in order for
242+
navigation to fully work, at least once, and then, preferrably, every time your Maven dependencies change.
243+
This allows the `.m2` part of `cider-path-translations` to be actually useful.
244+
245+
If you can't or won't do that, you can use TRAMP capabilities (which CIDER supports) instead of
246+
setting up `cider-path-translations`. For that, you'd typically need to set up a SSH daemon
247+
within your Docker image.
248+
241249
== Filter out namespaces in certain namespace-related commands
242250

243251
You can hide all nREPL middleware details from `cider-browse-ns*` and `cider-apropos*`

0 commit comments

Comments
 (0)