This CIDER feature only seems to work after executing cider-jack-in:
M-. Jump to the definition of a symbol. If invoked with a prefix argument, or no symbol is found at point, prompt for a symbol.
When I open a new clj file and it just says cider[not connected] the M-.
key combo gives me Wrong type argument: stringp, nil
Is it possible to use this feature without starting and connecting to a REPL? Is there another way to get the same behavior without using CIDER?