Skip to content

Commit

Permalink
Add a recipe for using Flowstorm in Cider (#2929)
Browse files Browse the repository at this point in the history
Flowstorm is a new debugger for Clojure, and this package provides an
interface to using Flowstorm via Cider.
  • Loading branch information
vedang committed May 25, 2024
1 parent fc81127 commit 16f8d9f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions recipes/cider-storm.rcp
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
(:name cider-storm
:description "Cider front-end for the FlowStorm debugger"
:type github
:pkgname "flow-storm/cider-storm"
:load-path (".")
:depends (cider)
:minimum-emacs-version "26")

0 comments on commit 16f8d9f

Please sign in to comment.