vim-fireplace
vim-fireplace copied to clipboard
Customise pprint function
Currently it's hardcoded to puget, it would be nice to customise it (e.g. for zprint)
I think it's fipp now. I found more discussion here: https://github.com/tpope/vim-fireplace/commit/cb124b8a086fa89da9c11856df6f0994ba8767ef
fipp is causing me minor issues, also would be nice to have the option to switch to something more extensible (clojure.pprint).
AFAIU the issue is how to abstract over the following lines via configuration:
https://github.com/tpope/vim-fireplace/blob/f2be859ea48a761fd25a07efa037514f84abdf30/autoload/fireplace.vim#L1587-L1591