Steven Arcangeli

Results 451 comments of Steven Arcangeli

PRs welcome! An example of the project layout that causes the failure would also be helpful

I took a brief look at this, but the tests have all bitrotted and getting this package back in release-ready state is going to take some effort. At this point,...

This looks like it should resolve itself in the next release of botocore see https://github.com/boto/botocore/issues/1733

Please ensure you are on the most recent version of oil and provide a minimal init.lua file, such as provided in the bug report template. Ensure that the error reproduces...

Crazy, this seems to only be happening in NixOS, and the issue is that where we expect to have the oil bufnr, instead we have a handle to the `repro.lua`...

@VoreckLukas that's concerning, because all I did in that branch is add some print statements. That might indicate that the issue is a very consistent race condition. I've reworked that...

Have you taken a look at `:help oil-trash`? That might solve your problem in a different way.

With the caveat that Pypicloud is now in maintenance mode, I would consider a PR that adds support for OpenDAL provided it doesn't have to make changes to the existing...

I just pushed up commit. If you have both `nvim-cmp` and `cmp_omni` installed you should have autocompletion now

Unfortunately, the built-in `input()` method (and thus `vim.ui.input`) do not support multiple types of completion. If you want to hack it yourself, you could set the omnifunc in the input...