/ivy-cider

Ivy interface to Cider for Emacs

Primary LanguageEmacs Lisp

Ivy Cider

Ivy interface to CIDER. Heavily inspired by helm-cider.

Usage

Browsing Namespaces

Call ivy-cider-browse-ns to search for namespaces within a project. Selecting a namespace will filter for functions within the namespace.

ivy-cider-browse-ns

Apropos

Call ivy-cider-apropos to search for loaded variables in the project.

ivy-cider-apropos

Roadmap

  • Additional actions (Go to source, search clojuredocs, etc)
  • Configurable ignorable namespace