Skip to content

Commit

Permalink
feat(code-runner): add conjure
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed May 23, 2024
1 parent 8075351 commit 67d93c5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lua/astrocommunity/code-runner/conjure/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Conjure

Interactive evaluation for Neovim (Clojure, Fennel, Janet, Racket, Hy, MIT Scheme, Guile, Python and more!)

**Repository:** <https://github.com/Olical/conjure>
4 changes: 4 additions & 0 deletions lua/astrocommunity/code-runner/conjure/init.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
return {
"Olical/conjure",
ft = { "clojure", "janet", "fennel", "racket", "hy", "scheme", "guile", "julia", "lua", "lisp" },
}

0 comments on commit 67d93c5

Please sign in to comment.