mirror of
https://github.com/stevenproctor/dotfiles.git
synced 2026-01-28 12:49:56 -06:00
Update Conjure for running Clojure in Markdown files
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
(module dotfiles.plugin.conjure
|
||||
{autoload {nvim aniseed.nvim}})
|
||||
{autoload {a aniseed.core
|
||||
conjure-config conjure.config
|
||||
nvim aniseed.nvim}})
|
||||
|
||||
; (set nvim.g.conjure#eval#result_register "*")
|
||||
; (set nvim.g.conjure#log#botright true)
|
||||
(set nvim.g.conjure#mapping#doc_word "gk")
|
||||
(set nvim.g.conjure#extract#tree_sitter#enabled true)
|
||||
|
||||
(conjure-config.assoc-in [:filetypes] (a.concat (conjure-config.filetypes) [:markdown] ))
|
||||
(conjure-config.assoc-in [:filetype :markdown] "conjure.client.clojure.nrepl")
|
||||
|
||||
Reference in New Issue
Block a user