Skip to content

Commit e960165

Browse files
committedDec 6, 2024·
roadmap
1 parent 7d741b5 commit e960165

File tree

1 file changed

+9
-18
lines changed

1 file changed

+9
-18
lines changed
 

‎roadmap.html

+9-18
Original file line numberDiff line numberDiff line change
@@ -9,35 +9,26 @@
99
<div>
1010

1111
<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+
1317
<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>
1519
<li><a href="https://github.com/neovim/neovim/milestone/6">backlog</a>
1620
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>
1822
holds zero-priority items (no feasible path to completion).</li>
1923
</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>
3424

25+
<p>Note these are tentative and can be changed, moved, or dropped at any time.</p>
3526

3627
<h2>Next</h2>
3728

3829
Concrete high-level feature areas and changes.
3930

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>
4132
<ul>
4233
<li><a href="https://github.com/neovim/neovim/issues/20451">Prepare for 1.0</a></li>
4334
<li>No more "Press Enter"</li>

0 commit comments

Comments
 (0)
Please sign in to comment.