Steven Arcangeli

Results 451 comments of Steven Arcangeli

Hi! This is a very reasonable request and, judging from its inclusion in some other popular file browsers, at least somewhat popular. Unfortunately, it is a moderate amount of work...

Yep, if done via the current column system then it would function like you suggest. The columns are all opt-in, so if it's not selected it won't run. I don't...

I actually like keeping this as a separate plugin for now. LMK if there are any additional autocmds or anything that would help make the integration smoother

Yeah, this would be possible. The current behavior intentionally leaves the buffers in-place as sort of an extra protection from data loss, but we could potentially add another config option...

A decent place to start could be leveraging statuscolumn to add signs for new/modified entries. That should be pretty straightforward using the `get_entry_on_line` function.

Might be possible, would require digging into the projectionist code to see where that hook is, and figuring out how to replicate that for oil

I've tried this on both mac and linux and couldn't reproduce. To confirm, when you run `nvim -u repro.lua .` it opens with an empty buffer?

Sorry, without being able to repro on my machine there's not much I can do. I'd recommend diving in and adding some debug `print` statements to see if you can...

Please paste the contents of `:ConformInfo` in a lua file and ensure that you have included a full config for a minimal repro (I don't see anything about prettier in...

Sounds like some sort of issue with rubocop...I would guess that most likely it's to do with the `--server` option. You can customize the args that conform passes like so:...