An open API service providing commit metadata for open source projects.

GitHub / nvim-lua/plenary.nvim / commits

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

SHA Message Author Date Stats
74b06c6c docs: provide info in readme that plenary will be archived in Q2 2026 (#677) Simon Hauser <S****r@o****e>
Committed by: GitHub <n****y@g****m>
5 months ago
fcb3e9ac feat(filetypes): add zig and zon filetypes (#669) Lorenzo Cian <1****n@u****m>
Committed by: GitHub <n****y@g****m>
5 months ago
b9fd5226 neovim 0.11 introduced winborder: neovim/neovim#31074 (#649) emmanueltouzery <e****y@g****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
857c5ac6 break!: drop v0.7.2 support as e9b1d87 introduced a breaking change Simon Hauser <S****r@o****e> over 1 year ago
d3bc3841 fix(path): make find_upwards() search root (#506) Violet Shreve <v****t@s****o>
Committed by: GitHub <n****y@g****m>
over 1 year ago
f031bef8 fix(curl): Do not reuse URL from previous call (#602) Juho Eerola <j****a@t****i>
Committed by: GitHub <n****y@g****m>
over 1 year ago
e6dcd566 feat(filetypes): add cppm filetype (#581) Arsen Kitov <a****v@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
b0defd55 fix(json): mark `options` argument of `json_strip_comments` optional (#606) moetayuko <l****i@y****e>
Committed by: GitHub <n****y@g****m>
over 1 year ago
e9b1d87d fix(log): Use `stdpath('log')` (#607) Alex George <x****x@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
37604d95 feat: add cairo language filetype (#610) Ron Suhodrev <r****v@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
d53151ea feat: Add swift filetype. (#624) Emmet Murray <e****8@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
d5d8561f fix: corrected Path:find_upwards (#641) Stefan Zuefeldt <s****t@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
28c9cdd3 feat(async): enable to wrap uv.fs_opendir() (#625) JINNOUCHI Yasushi <m****e@d****v>
Committed by: GitHub <n****y@g****m>
over 1 year ago
1a0bb835 fix: ci and bump nvim v0.10 version (#645) Simon Hauser <S****r@o****e>
Committed by: GitHub <n****y@g****m>
over 1 year ago
20fe3475 curl: Fix response status parsing (#633)
Signed-off-by: Tomas Slusny <s****y@g****m>
Tomas Slusny <s****y@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
3707cdb1 fix: process all data on_output, even when not terminated with newline (#635) msvechla <m****a@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
2d9b0617 feat(json): add abliity to remove trailing commas while stripping comments (#... Micah Halter <m****h@m****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
f4faa5a3 docs: fix typo in annotation for enable_recording (#620) chottolabs <1****s@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
ec289423 fix: return early to avoid errors with no asyncfns (#616) JINNOUCHI Yasushi <m****e@d****v>
Committed by: GitHub <n****y@g****m>
about 2 years ago
a3e3bc82 fix(compat): in fast vim loop issue (#589) Simon Hauser <S****r@o****e>
Committed by: GitHub <n****y@g****m>
over 2 years ago
b5c8de02 ci: bump nvim ci versions and add 0.10 release (#587) Tristan Knight <t****3@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
ce8556de fix: 0.11 compat (#586) Tristan Knight <t****3@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
08e30198 fix(popup): `set modifiable` failed when `vim.api.nvim_buf_set_lines` (#575) AoMe · 青目 <7****o@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
5129a369 feat(luassert): Add luassert annotation types (#552) Kristijan Husak <h****n@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
f592187e docs: fix typo (#554) Teppei Taguchi <5****g@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
bc9ec884 feat: option to use custom curl bin (#556) Marcin <6****e@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
b05ee679 fix(path): make find_upwards stop at root (#562) betaboon <b****n@0****a>
Committed by: GitHub <n****y@g****m>
over 2 years ago
a398c5f9 fix(log): print `-0` when `number = 0`, closes #569 (#572) AoMe · 青目 <7****o@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
0d0079c7 fix(popup): create popup after `set nomodifiable`, closes #570 (#571) AoMe · 青目 <7****o@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
8aad4396 fix(path): add a windows style path pattern to is_absolute() (#551) drop-stones <5****s@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
f7adfc4b fix(curl): stream option handling in curl (#557) weirdgiraffe <g****e@c****z>
Committed by: GitHub <n****y@g****m>
over 2 years ago
6778384e feat(curl): add support for curl insecure and curl proxy (#559) Tomas Slusny <s****y@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
4f71c0c4 fix(path): Windows parent root directory (#504) James Trew <6****w@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
66324693 feat(curl): change request option compressed if using Windows (#527) Alejandro Suero <7****o@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
55d9fe89 fix: re-add .log extension to plugin bases logfile name (#546) Marcel de Vries <m****9@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
366b0837 fix: return the results from async.api.* (#544) JINNOUCHI Yasushi <m****e@d****v>
Committed by: GitHub <n****y@g****m>
almost 3 years ago
19ff9256 feat(curl): add 'http_version' option, fix #394 (#543) moonveil <t****k@g****m>
Committed by: GitHub <n****y@g****m>
almost 3 years ago
c47e1a21 feat: add async.util.race to run funcs in race (#538) JINNOUCHI Yasushi <m****e@d****v>
Committed by: GitHub <n****y@g****m>
almost 3 years ago
6bbfa695 feat: Add jai and hlsl file types (#541) Marcel Mikołajko <c****0@g****m>
Committed by: GitHub <n****y@g****m>
almost 3 years ago
284740cc fix: avoid error when it exceeds timeout (#539) JINNOUCHI Yasushi <m****e@d****v>
Committed by: GitHub <n****y@g****m>
almost 3 years ago
50012918 docs: remove gitsigns from async block (#531) Frederik Buchlák <3****k@u****m>
Committed by: GitHub <n****y@g****m>
almost 3 years ago
9ce85b0f fix(test_harness): floating results window (#520) Matteo Golin <m****n@g****m>
Committed by: GitHub <n****y@g****m>
almost 3 years ago
4cd4c29e fix: ffi calls for macos (#522) Simon Hauser <S****r@o****e>
Committed by: GitHub <n****y@g****m>
almost 3 years ago
f1939e8e fix(async): prevent nil value error (#523) Ricardo Casía <3****a@u****m>
Committed by: GitHub <n****y@g****m>
almost 3 years ago
62292256 fix(test_harness): timeout error on Windows using powershell when testing dir... Asror <9****1@u****m>
Committed by: GitHub <n****y@g****m>
almost 3 years ago
82a797cb docs: Improve `lua-language-server` annotations of `Job` class (#526) Thibeau Vercruyssen <7****n@u****m>
Committed by: GitHub <n****y@g****m>
almost 3 years ago
0232372b fix(log): use robust way to create path (#521) JINNOUCHI Yasushi <m****e@d****v>
Committed by: GitHub <n****y@g****m>
almost 3 years ago
62d1e2e5 feat(popup): add 'finalize_callback' option (#513) xactlyblue <4****e@u****m>
Committed by: GitHub <n****y@g****m>
almost 3 years ago
23deb471 fix: couple bugs with multiple results and varargs (...) (#515) Juho Eerola <4****u@u****m>
Committed by: GitHub <n****y@g****m>
almost 3 years ago
e739a2e5 fix(test_harness): resolved invalid escape sequence error caused by Windows b... Matteo Golin <m****n@g****m>
Committed by: GitHub <n****y@g****m>
almost 3 years ago
a56bf007 fix: support LuaJIT versions with neovim 0.9.2 and 0.10.x (#518) Jongwook Choi <w****n@g****m>
Committed by: GitHub <n****y@g****m>
almost 3 years ago
0dbe561a fix: ensure that handlers are emptied after notify_all (#501) NICK <p****8@g****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
f97a0765 fix(tests): run sequential to reduce failure (#516) Simon Hauser <S****r@o****e>
Committed by: GitHub <n****y@g****m>
about 3 years ago
0b937aeb docs: add links in module list to relevant sections (#514)
Co-authored-by: Matt Brock <m****k@r****m>
Matthew Brock <m****1@g****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
dd5a2f6d fix(busted) - before_each and after_each execute in unpredictable order - fix... Nick Caniglia <7****r@u****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
267282a9 fix: is_uri not accept all valid schemas (#500) wenjin <3****n@u****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
1a6a7c92 fix(job): escape square brackets `[]` from being expanded (#511) James Trew <6****w@u****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
bda256fa docs: fix spelling in comment (#507) Cameron <A****a@g****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
a5ca1507 feat: add `Iterator:fold` and `Iterator:enumerate` (#505) Will Hopkins <w****h@g****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
102c0290 feat(curl): use `XDG_RUNTIME_DIR` if available (#503) Sunlight <7****r@u****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
36aaceb6 fix(path): dont use Path:expand internally (#499) Simon Hauser <S****r@o****e>
Committed by: GitHub <n****y@g****m>
about 3 years ago
499e0743 fix(filtetype.lua): don't fail on integer filepath (#498) Ed Jeffreys <e****d@e****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
52544825 fix: rotate_spec not correctly asserting Simon Hauser <s****r@h****e> over 3 years ago
6aeb98da fix(test_harness): followup to #459, dont use --clean but rather --noplugin (... Simon Hauser <S****r@o****e>
Committed by: GitHub <n****y@g****m>
over 3 years ago
58a496a5 docs: Add file limit command for macOS (#430) Jonathan <g****t@j****v>
Committed by: GitHub <n****y@g****m>
over 3 years ago
ee6fda7d fix(job): remove delay from shutdown (#406) Marcus Caisey <m****s@t****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
c4d6e556 feat(test_harness): use minimal configuration by default (#459) Gianmaria Bajo <m****t@g****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
7cc390e6 chore: add nvim 0.9 ci (#496) Simon Hauser <S****r@o****e>
Committed by: GitHub <n****y@g****m>
over 3 years ago
5bcb9b89 feat: add Path:find_upwards (#466) Oliver Breitwieser <o****r@b****u>
Committed by: GitHub <n****y@g****m>
over 3 years ago
f7db41f3 feat: test_harness windows support (#476) Derek Lomax <3****l@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
14039741 feat(curl): return job instance if the request is stream or callback (#483) Alireza Davoodi <a****i@g****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
db3e4256 feat(log): Allow user-customizable log messages. (#486) matu3ba <m****a@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
060a3327 feat(log): allow arbitrary logging file paths (#487) matu3ba <m****a@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
e31cf813 fix: is_uri accepts all valid schemas (#481) Sassan Haradji <s****h@g****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
dfcd902f feat: Add smithy filetype (#493) Kasper Kondzielski <k****0@g****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
9ac3e954 fix(job): escape cwd path (#479) James Trew <6****w@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
0c31c398 feat(curl): add optional on_error callback. fixes #304 (#471) Zhanibek Adilbekov <z****v@p****e>
Committed by: GitHub <n****y@g****m>
over 3 years ago
d40f5ce0 feat(curl): add support for streaming responses (#472) Will Norris <w****l@w****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
fa635250 feat(curl): Make synchronous curl timeout configurable (#475) Sungjin Han <s****n@p****e>
Committed by: GitHub <n****y@g****m>
over 3 years ago
253d3483 fix: PlenaryBustedDirectory command (#455) ThomasFeher <T****r@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
51351fd7 chore: fix typo in readme (#452) Mike <1****h@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
b12bd220 feat: add dtsi filetype (#457) Pierrick Guillaume <3****e@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
1d1517ab feat: add a.pending. (#451) Shih-Ming Wang <s****0@u****u>
Committed by: GitHub <n****y@g****m>
over 3 years ago
d430deda chore: use luarocks-tag-release action for luarocks upload (#458) Marc Jakobi <m****9@o****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
706bd3f5 fix(log): mkdir parent arg should be parents (#464) Julie Koubová <j****e@k****t>
Committed by: GitHub <n****y@g****m>
over 3 years ago
2ae18187 fix(filetype.lua): don't fail on empty filepath (#465) Marc Deop <m****c@m****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
9a0d3bf7 feat: add mts, cts, .stylelintrc, .clangd filetypes (#454) Mark Skelton <m****9@g****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
1c7e3e6b fix(luarocks-install-test): use luajit (#445) Marc Jakobi <m****9@o****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
4278bcbf feat: allow specifying the binary to launch neovim in tests (#449) Marc Jakobi <m****9@o****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
9d81624f fix(luarocks-upload): make sure correct archive is uploaded (#444) Marc Jakobi <m****9@o****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
95fb27df init: luacheck (#441) Simon Hauser <S****r@o****e>
Committed by: GitHub <n****y@g****m>
over 3 years ago
16f80b2f chore: drop scratch dir (#442) Simon Hauser <S****r@o****e>
Committed by: GitHub <n****y@g****m>
over 3 years ago
2f5bb02d chore: drop out of date changelog (#443) Simon Hauser <S****r@o****e>
Committed by: GitHub <n****y@g****m>
over 3 years ago
add3e80f chore(luassert): bump to v1.9.0 (#413) Stanislav Asunkin <1****k@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
905090aa feat: add r language filetype (#414) Diego Castro Garro <8****a@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
9cb74c7e feat: add "fish" to filetypes extension table (#417) Nhat Nguyen <1****q@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
bcf897bf docs(tests): fix outdated instructions (#422) Saltaformajo <s****x@g****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
1252cb33 feat: make tests run in coroutine to support asynchronous testing (#426) Idan Arye <I****e@g****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
69d0a92d fix: remove deprecated await in channel. (#349) Shih-Ming Wang <s****0@u****u>
Committed by: GitHub <n****y@g****m>
over 3 years ago
76e4b2c9 ci(luarocks-release): add install test (#440) Marc Jakobi <m****9@o****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago

← Back to repository