conjure

2024-05-25T21:16:30.677179Z

Hi @olical I'm looking for guidelines about conjure and ipython. I've read that I need ipython a repl experience. I've tried iron-nvim but there is very few info, so I want to try conjure. I'm a fireplace user. Can conjure be disabled for clojure while I get used to it ?

2024-05-26T13:22:52.890509Z

vim.g['conjure#filetypes'] = {'python'}

markx 2024-05-25T21:18:58.020639Z

IIUC this should be pretty easy? Just don't enable the plugin for Clojure, in the same way you do for any other plugins.

👍 1