clojure - https://github.com/syl20bnr/spacemacs/tree/master/contrib/!lang/clojure
(setq-default dotspacemacs-configuration-layers '(clojure))
(setq-default dotspacemacs-configuration-layers
'((clojure :variables clojure-enable-fancify-symbols t)))
~/.lein/profiles.clj
```clj
{:user {:plugins [[cider/cider-nrepl "0.9.0-SNAPSHOT"]
[refactor-nrepl "0.3.0-SNAPSHOT"]]
:dependencies [[alembic "0.3.2"]
[org.clojure/tools.nrepl "0.2.7"]]}}
https://github.com/syl20bnr/spacemacs/tree/master/contrib/!lang/javascript
npm install -g tern npm install -g js-beautify