Skip to content

Tags: nvim-lua/plenary.nvim

Tags

v0.1.4

Toggle v0.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
docs: remove gitsigns from async block (#531)

plenary is no longer used in gitsigns

v0.1.3

Toggle v0.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: PlenaryBustedDirectory command (#455)

expand() should only be called for the first argument, not for the
second one.
The second argument is a string representation of a Lua option table
which did work in case of a single entry, where only the braces were
removed.
For multiple entries Lua was not able to parse the expanded version as
option table anymore, though.

v0.1.2

Toggle v0.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(luarocks-upload): make sure correct archive is uploaded (#444)

the upload script's `sed` call replaces `'scm'` in the following
section:
```lua
if _MODREV == 'scm' then
   source = {
      url = 'git:https://github.com/nvim-lua/plenary.nvim',
   }
end
```
This PR makes sure it only fixes the declaration at the top of the
file.

v0.1.1

Toggle v0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(luarocks-upload): add LUAROCKS_API_KEY to workflow env (#439)

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Add solidity filetypes (#410)