plenary.nvim icon indicating copy to clipboard operation
plenary.nvim copied to clipboard

plenary: full; complete; entire; absolute; unqualified. All the lua functions I don't want to write twice.

Results 171 plenary.nvim issues
Sort by recently updated
recently updated
newest added

So just like doing some bash jobs i want to open a new powershell job, but unlike bash i get a weird behavior where it does whatever job i want...

Hey, I've had to clone the repository again, and have found that it's a bit heavy (~12MB) even to download and can cause it to fail on slow connections with...

Since testing within neovim is inherently stateful, it would be useful to abort automatically on failure. Arguably this should even be the default.

If an async libuv action is running and libuv supports cancellation, the handle will be cancelled. This is supported for things like fs actions. If libuv does not support it,...

### TLDR: The way failed tests are notified makes it hard to load them into quickfixlist. ### Description I use [vim-dispatch](https://github.com/tpope/vim-dispatch) to run tests, which runs a makefile and loads...

Maybe I'm not understanding the concept of `Job` or `shutdown`, but I expect the started process to finish when I shutdown the job with the `shutdown` function (or at least...

Requires async await 2. Readdir is fully async and also an iterator. This makes it not have to allocate a table and make it more ergonomic. It takes advantage of...