Louis DeLosSantos

Results 303 comments of Louis DeLosSantos

Hey @mrjones2014 I do a lot of my own work in git worktrees, and I haven't experienced any issues so far with the current components not working within then. Why...

Can you test at the repo's root? Tho that would be odd, since all the git cli commands work from a sub directory. It is possible the embedded git cli...

Ah, you know. I dont think ive used "detached" worktrees before. I see now, its a bit different then a standard worktree. Ill look into this.

Should this be able to specify "both" as well, both left and right?

Just needs a comment update, then merged.

Yeah this is needed.

Yup. The window layout code is notoriously tricky, it all takes place in the Panel class's open() function.

I was trying to have NVIM-IDE "just work" with any existing color scheme. To do this, I tend to use reasonable default highlights where possible instead of defining new ones....