Question
When people use ,ls
to open the log, does the log appear on the top or bottom?
This is determined by splitbelow and splitright I think. There's also an option for forcing bottom left or right but I can't remember the exact name. A / search in :h conjure should do the trick though.
It doesn't matter, for TIL: g:conjure#log#botright
I could definitely add more splitting options!
botright to the rescue! 🙂
🎉 i like the new config format. migrating my two config entries was a breeze 🙂
i just typed :echo g:conjure
and pressed tab and was able to discover the new names
I just did the same. I was refreshing my .vimrc
I removed all the old conjure mappings, now I just have botright 🙂
all the defaults are good enough for me (apart from that one)
Awesome! I'm so glad to hear that! I'm sorry that I changed some names subtly (mappings -> mapping), just double check your config against the docs instead of 100% guessing what it should be and you'll be fine. I wanted to make these changes now and get them all done in one go, like pulling off a plaster. I mainly wanted to get config to a place I was happy with before anyone built any 3rd party clients. So, yay! If anyone's interested in adding support for something they love I'll happily mentor and support you. I'm planning on adding a quick and dirty STDIO based client you can use for almost anything lispy soon, that should get a lot of languages some super minimal support quickly.
Yeah, I have this too! I don't do it by default because I'm enjoying leaning on vim defaults and vanilla options as much as possible. Keeping the log just a regular window. I'll only add some config to tweak the behaviour when it's super useful and easy to understand.
Also went with v4 (major version bump) in the spirit of semver since the config is technically a breaking change despite my temporary shim code.