tpope / vim-fireplace

fireplace.vim: Clojure REPL support
https://www.vim.org/scripts/script.php?script_id=4978
1.75k stars 139 forks source link

Cider-based formatexpr should be opt-in #298

Closed devth closed 7 years ago

devth commented 7 years ago

My gq was hosed after upgrading because I don't use Cider. Maybe it should be an opt-in feature?

Even after I configured Cider the result wasn't satisfactory because Cider's formatting doesn't respect the formatoptions that I rely on.

tpope commented 7 years ago

My thinking was one could use gw to get the native reformat and gq to get the Cider version.

devth commented 7 years ago

I didn't even know gw was a thing 😫 Goes to show how much I know about vim and life in general.