Fork me on GitHub
#conjure
<
2022-09-01
>
dave16:09:48

For some reason, over the last few days (starting sometime before the latest release, so not related to that), it's started to be the case that the Conjure log buffer isn't automatically set to ft=clojure. There is no syntax highlighting, and my custom Conjure-specific keybindings (for ft=clojure) don't work. If I manually run :set ft=clojure, then it goes back to working as expected. Any ideas why the Conjure log buffer wouldn't automatically set itself to ft=clojure? It used to do that automatically, right? I ruled out this being related to *.cljc files in general -- I did :e /tmp/foo.cljc and it was appropriately set to ft=clojure

nate21:09:58

I've only had my conjure log stop highlighting after a particularly large result has broken vim's highlighting

nate21:09:37

I can't remember it ever not starting off with ft=clojure

dave21:09:22

In my case, it ends up in that state from the get-go, before I even evaluate anything