diff --git a/lua/astrocommunity/code-runner/conjure/README.md b/lua/astrocommunity/code-runner/conjure/README.md new file mode 100644 index 000000000..468bcf263 --- /dev/null +++ b/lua/astrocommunity/code-runner/conjure/README.md @@ -0,0 +1,5 @@ +# Conjure + +Interactive evaluation for Neovim (Clojure, Fennel, Janet, Racket, Hy, MIT Scheme, Guile, Python and more!) + +**Repository:** diff --git a/lua/astrocommunity/code-runner/conjure/init.lua b/lua/astrocommunity/code-runner/conjure/init.lua new file mode 100644 index 000000000..b92d4670a --- /dev/null +++ b/lua/astrocommunity/code-runner/conjure/init.lua @@ -0,0 +1,4 @@ +return { + "Olical/conjure", + ft = { "clojure", "janet", "fennel", "racket", "hy", "scheme", "guile", "julia", "lua", "lisp" }, +}