Variable: cider-connection-capabilities
cider-connection-capabilities is a buffer-local variable defined in
cider-connection.el.
Documentation
A list of some of the capabilities of this connection buffer.
In other words - what assumptions we make about the runtime.
This is more general than
cider-nrepl-op-supported-p and cider-library-present-p.
But does not need to replace them.
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-connection.el
(defvar-local cider-connection-capabilities '()
"A list of some of the capabilities of this connection buffer.
In other words - what assumptions we make about the runtime.
This is more general than
`cider-nrepl-op-supported-p' and `cider-library-present-p'.
But does not need to replace them.")