Steven Arcangeli

Results 451 comments of Steven Arcangeli

You want to give all files the same icon, ignoring what we get back from nvim-devicons? For what purpose? If you want you could create a custom column for this....

Yeah, if you just want the same icon for all files you can use the snippet I posted above and replace your `icon` column with the new `simple_icon` column.

I think this is a relatively niche use case; most people either don't want icons or they want the filetype icons provided by the icon plugins. If a larger demand...

Confirmed bug. Something is going wrong in the process of renaming the `` buffer to `oil://` and the `BufReadCmd` autocmd is not getting fired. When I've seen this behavior before...

I didn't write the lpeg grammar, I merely moved it into the current file. It was added by @nojnhuh in #23788. I spent some time poking around; this seems to...

Check that you are running the command line program from the same cwd that you're opening vim from. If the same binary is producing different output when fed the same...

Thanks for the PR!

LGTM thanks for the PR!

This currently has the same problems as #400 and #305 ``` mkdir foo touch foo/a.txt touch a.txt ``` Then nvim . and edit the buffer to look like this: ```...