Server configuration utilities. Some server options can be configured via configuration files (local or global). This namespace provides convenient API to work with them.
The config resolution algorithm is the following: The global config file .nrepl/nrepl.edn is merged with any local config file (.nrepl.edn) if present. The values in the local config file take precedence.
Server configuration utilities. Some server options can be configured via configuration files (local or global). This namespace provides convenient API to work with them. The config resolution algorithm is the following: The global config file .nrepl/nrepl.edn is merged with any local config file (.nrepl.edn) if present. The values in the local config file take precedence.
Configuration map. It's created by merging the global configuration file with a local configuration file that would normally the placed in the directory in which you're running nREPL.
Configuration map. It's created by merging the global configuration file with a local configuration file that would normally the placed in the directory in which you're running nREPL.
nREPL's configuration directory. By default it's ~/.nrepl, but this can be overridden with the NREPL_CONFIG_DIR env variable.
nREPL's configuration directory. By default it's ~/.nrepl, but this can be overridden with the NREPL_CONFIG_DIR env variable.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close