Jonathan Lorimer

Results 79 comments of Jonathan Lorimer

@Iron-E is there a configuration for the `hide` attribute that will show all tabs (active and inactive), but hide inactive buffers?

> > @Iron-E is there a configuration for the `hide` attribute that will show all tabs (active and inactive), but hide inactive buffers? > > The body of the PR...

Right, I guess what I am asking is: is there a way to show only tabs (whether they are active or not), but hide all other buffers? For example when...

Oh yeah, that is exactly what I was hoping for!

It would also be nice to be able to use a dashed ascii line instead of just a solid one.

It would be nice if home-manager provided an option that accepted an absolute path to your nvim "runtime path". This would enable users to take advantage of lua modules https://github.com/nanotee/nvim-lua-guide#modules...

I'm not sure what the plan is for branded documentation but I would be interested in helping out with that.

Seems to be coming from [here](https://github.com/isovector/cornelis/blob/master/src/Lib.hs#L63-L80)

I think it might be an issue with concurrency, and when the interaction point gets inserted in to the interaction points map in `BufferStuff`: ```haskell data BufferStuff = BufferStuff {...

It also may be that the interaction point state is getting clobbered somehow? If I do `CornelisLoad` and then `CornelisRefine` immediately before `CornelisLoad` has finished, refine seems to work (kind...