diff --git a/nvim/.config/nvim/fnl/dotfiles/plugin/conjure.fnl b/nvim/.config/nvim/fnl/dotfiles/plugin/conjure.fnl index e358588..e22fb4b 100644 --- a/nvim/.config/nvim/fnl/dotfiles/plugin/conjure.fnl +++ b/nvim/.config/nvim/fnl/dotfiles/plugin/conjure.fnl @@ -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")