|
9 | 9 | <div>
|
10 | 10 |
|
11 | 11 | <h1>Roadmap</h1>
|
12 |
| -<p>This roadmap gives an overview of the project direction. A detailed list of features planned or under consideration can be found in the <a href="https://github.com/neovim/neovim/projects">project boards</a>; priorities are tracked by <a href="https://github.com/neovim/neovim/milestones">milestones</a>: |
| 12 | + |
| 13 | +<p> |
| 14 | +The roadmap is an overview of the project direction. Detailed plans and priorities are tracked in <a href="https://github.com/neovim/neovim/milestones?direction=desc&sort=due_date&state=open">milestones</a>: |
| 15 | +</p> |
| 16 | + |
13 | 17 | <ul>
|
14 |
| - <li>Version numbers (<code>0.1</code>, <code>0.2</code>, <code>0.2.1</code>, …) track production releases. The next upcoming version has a target date.</li> |
| 18 | + <li>Version numbers (<code>0.1</code>, <code>0.2</code>, …) track production releases. The next upcoming version has a (estimated) target date.</li> |
15 | 19 | <li><a href="https://github.com/neovim/neovim/milestone/6">backlog</a>
|
16 | 20 | holds low-priority items.</li>
|
17 |
| - <li><a href="https://github.com/neovim/neovim/milestone/9">unplanned</a> |
| 21 | + <li><a href="https://github.com/neovim/neovim/milestone/9">needs-owner</a> |
18 | 22 | holds zero-priority items (no feasible path to completion).</li>
|
19 | 23 | </ul>
|
20 |
| -</p> |
21 |
| - |
22 |
| -<p>Note that all of these are tentative and can be changed, moved, or dropped at any time.</p> |
23 |
| - |
24 |
| -<h2>Major Topics</h2> |
25 |
| - |
26 |
| -These are the current themes driving our work. |
27 |
| - |
28 |
| -<ul> |
29 |
| - <li>Architecture, Interfaces, Editor: (API, Lua, treesitter, UI)</li> |
30 |
| - <li>Surface area. Deprecate old APIs, delete/rename/unify some interfaces. Fewer, more-composable concepts.</li> |
31 |
| - <li>Constraints. Vimscript 1 is frozen (no new syntax).</li> |
32 |
| - <li>Ubiquity. Embed Neovim everywhere</li> |
33 |
| -</ul> |
34 | 24 |
|
| 25 | +<p>Note these are tentative and can be changed, moved, or dropped at any time.</p> |
35 | 26 |
|
36 | 27 | <h2>Next</h2>
|
37 | 28 |
|
38 | 29 | Concrete high-level feature areas and changes.
|
39 | 30 |
|
40 |
| -<h3><a href="https://github.com/neovim/neovim/milestone/43">0.12+</a></h3> |
| 31 | +<h3><a href="https://github.com/neovim/neovim/milestone/43">0.12+</a>: "The year of the Nvim OOTB"</h3> |
41 | 32 | <ul>
|
42 | 33 | <li><a href="https://github.com/neovim/neovim/issues/20451">Prepare for 1.0</a></li>
|
43 | 34 | <li>No more "Press Enter"</li>
|
|
0 commit comments