Fork me on GitHub
#conjure
<
2020-04-25
>
Olical15:04:53

If you don't have splitbelow and splitright set, Conjure's log will appear on the left or top. Do you think I should leave that up to you to set and configure globally or should I force the log to always open on the right or bottom.

nate15:04:16

Feels like the vim way is to open on left and right and let the user fix it. But then again the location list and quick fix list usually opens on the bottom by default. Is the log more like a new buffer split or like the location/quick fix? If it's like the latter, then maybe force to bottom by default makes sense.

nate16:04:09

I tend to slam the log buffer to the right no matter how it was initially opened.

Olical16:04:21

It's more like a buffer imo. It should always be treated as one and respect how your buffers and windows are configured. That being said, if people want normal splits to work one way and conjure to work another way I could maybe add config.

nate16:04:26

But I don't mind doing that.

Olical16:04:56

I'm okay with it as is, I think relying on vim config is good here, but just looking for people who want most windows on the left but the log on the right.

Olical16:04:18

If I add those event hooks (like auto commands) you could have it move the window on open I guess. But that's for the future.

nate16:04:06

Sounds good

Olical19:04:41

I started working on the Clojure nREPL client docs today! Quite a bit still to do but yay!

Olical19:04:02

Will do some more tomorrow, hope to have the first pass of the docs complete tomorrow really. There's not much left.