doomemacs/modules/lang/clojure/README.org
2020-02-26 13:02:19 -05:00

1.6 KiB

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