You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,17 @@
1
1
# plenary.nvim
2
2
3
+
---
4
+
5
+
## Important Notice
6
+
7
+
This repository is no longer actively maintained and will be officially archived soon.
8
+
9
+
* Critical bugs may still be addressed until **2026-06-30**
10
+
* No new features will be added
11
+
* Ongoing support should not be expected
12
+
13
+
---
14
+
3
15
All the lua functions I don't want to write twice.
4
16
5
17
> plenary:
@@ -8,7 +20,7 @@ All the lua functions I don't want to write twice.
8
20
9
21
Note that this library is useless outside of Neovim since it requires Neovim functions. It should be usable with any recent version of Neovim though.
10
22
11
-
At the moment, it is very much in pre-alpha :smile: Expect changes to the way some functions are structured. I'm hoping to finish some document generators to provide better documentation for people to use and consume and then at some point we'll stabilize on a few more stable APIs.
23
+
~~At the moment, it is very much in pre-alpha :smile: Expect changes to the way some functions are structured. I'm hoping to finish some document generators to provide better documentation for people to use and consume and then at some point we'll stabilize on a few more stable APIs.~~
0 commit comments