Oliver Caldwell
Oliver Caldwell
Did this happen to get fixed on develop recently? I wonder if it's to do with #284...
The only thing I can think of trying right now is removing `buffer` from the `sessionoptions` so that hidden buffers (such as the log) aren't saved, only those that you...
Thank you for the detailed report! I will try to find a fix for this soon, I hope there's a flag I can put on the buffer to ensure it's...
I can't reproduce this at all, it does sound like highlighting or tree sitter issues within your Neovim setup though. Are you using tree sitter? If so, make sure you've...
Did you manage to get this working by updating by any chance? I wonder if there's something I changed to support Neovim 0.7+ (since Neovim introduces breaking changes regularly now)...
Hm, I can't reproduce that one @jsn 🤔 works totally fine for me using your exact steps. Just a hunch, have you run `:TSUpdateSync` recently? (if you're using treesitter at...
Yep, as long as you have that and you've run `:TSInstall clojure` at some point Conjure will lean on it for all of the form extraction. I'll keep trying to...
Well that tells us it's to do with treesitter, which I'm also using and it's working fine 🤔
Hmm, interesting! I'll try with that disabled and see what the treesitter API returns when I call it. Maybe it's just returning `nil` when I query what's under the cursor...
Hmm I think just knowing it's something to do with tree sitter highlighting being enabled or not should be enough to get me going! I haven't had much spare time...