Tim Pope
Tim Pope
I think a separate command is probably the way to go. Calling `FireplaceConnect` in a callback might not be necessary if `.nrepl-port` or similar is created.
> > Calling FireplaceConnect in a callback might not be necessary if .nrepl-port or similar is created. > > Can I take this to mean that fireplace detects the creation...
I personally don't really work this way, but I agree, it would be ideal to be more flexible here. Would adding the additional constraint that it only shows the file...
Bigger picture, I'd also be curious to hear what your ideal tabline would look like. Do you even care about the current directory? I'm trying to get a feel for...
I did a quick spike in the tab-filename branch. I'm not really happy with it yet but it's a start.
I get not caring if the directories are the same but the second I start opening things across projects I find the file name super frustrating. I get paths like...
In the event a tab has multiple per-window working directories, they'll all be shown, joined with commas. This works great but makes it less clear what to do with the...
You can start by checking if the text object works. See if `vaj` selects the object.
Try debugging the lines and columns returned by `:echo jdaddy#outer_pos()`. Afraid I can't offer much more help than that.