doomemacs/modules/lang/clojure
2020-02-26 14:26:55 -05:00
..
autoload.el lang/clojure: start clojurescript repl correctly 2019-10-15 17:35:22 +02:00
config.el Allow lsp-clojure & cider to work together 2020-02-26 13:02:19 -05:00
packages.el Don't uninstall cider when +lsp is enabled 2020-02-26 14:26:55 -05:00
README.org Allow lsp-clojure & cider to work together 2020-02-26 13:02:19 -05:00

lang/clojure

Description

  • If possible, include a brief list of feature highlights here
  • Like code completion, syntax checking or available snippets
  • Include links to packages & external things where possible

Maintainers

This module has no dedicated maintainers.

Module Flags

  • +lsp Enables LSP support, alongside Cider.

Hacks

  • Error messages emitted from CIDER are piped into the REPL buffer when it is first opened, to make them easier to notice.
  • Disabled the help banner when opening the cider REPL.

Prerequisites

This module requires:

  • clojure
  • With +lsp

    • clojure-lsp
  • Without +lsp

    • leiningen (REPL)
    • joker (linter)

TODO Features

TODO Configuration

TODO Troubleshooting