Steven Arcangeli

Results 451 comments of Steven Arcangeli

@gugahoi yeah if you want to clarify these formatters I would be happy to review it

Hmmm...I would expect that this could be handled by setting the `mode` of the keymap. What is your current keymap config? What combination of keys are you pressing that winds...

@chrisbellboy I recently made some slight modifications to the default keymaps to put more of them as normal-mode-only. Can you check to see if you have any issues on the...

That's odd, I'm not seeing that behavior. For example, if I do `y` -> `` -> `` oil closes as expected. Can you provide a minimal config (such as the...

This is unfortunately one of the limitations of the implementation right now. I don't particularly want to introduce some sort of hack like remapping `c0`/`d0` because I think that's more...

Change looks good, but there appear to be some issues with the CI tests. Could you look into it?

While I understand that your change didn't cause the CI error, I do not have the time to look into it myself. I put pypicloud in maintenance mode because I...

That should definitely work. When you get to the situation where you're in a project and it's using the wrong formatters, can you do `:=require("conform").formatters_by_ft` and confirm that the value...

This isn't explicitly stated anywhere in the documentation, but one thing that is very important to me about oil is the performance (see https://github.com/stevearc/benchmark.nvim/tree/master/examples/file_explorers). I work in large codebases that...

Oil doesn't bind anything to alt by default. You can confirm this if you want by setting `use_default_keymaps = false`, which will disable all built-in oil keymaps. I suspect that...