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

I've been mucking around with [whaler.nvim](https://github.com/SalOrak/whaler.nvim) recently and I've been trying to figure out how to make my setup work- and I don't think I can with the current tools....

Hello, I am currently using the plenary plugin via the obsidian.nvim plug in, and is a very cool plug in. If I ever get to the point where I am...

Hello there. I'm not sure if this is the right place to post this, please feel free to close if not. I'm trying to debug an error message I'm seeing...

Add annotation types for `luassert` since most of its methods/props are dynamic. Types are generated with the script by reading the luassert namespace where it holds the assertions and modifiers....

ref: https://github.com/kawre/leetcode.nvim/issues/44 TLDR: if you use `msys` curl on windows, and use -d with a path to a payload file, `msys` will not make the command execute unless you wrap...

Hi everyone, I have the following code: ```lua local Job = require "plenary.job" Job:new({ "npm", "info", "anuglar", "versions", "--json", on_exit = function(job) local result = job:result() print(vim.inspect(result)) end, }):start() ```...

Got this error running the plugin [leetcode.nvim](https://github.com/kawre/leetcode.nvim) on android (termux). It happen [here](https://github.com/kawre/leetcode.nvim/blob/22a899ce96cbffc49de92959ae602dd053f4e325/lua/leetcode/api/utils.lua#L24). It seems to actually be a plenary, or a curl error. It says: "curl: (23) Failed writing...

For the busted-like unit testing, also support code coverage by luacov.