Skip to content

Commit 324119c

Browse files
committed
roadmap
1 parent 732cc74 commit 324119c

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

roadmap.html

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,22 +26,27 @@ <h2>Next</h2>
2626

2727
Concrete high-level feature areas and changes.
2828

29-
<h3><a href="https://github.com/neovim/neovim/milestone/43">0.12+</a>: "The year of Nvim OOTB"</h3>
29+
<h3><a href="https://github.com/neovim/neovim/milestone/43">Future (unknown release)</a></h3>
3030
<ul>
3131
<li><a href="https://github.com/neovim/neovim/issues/20451">Prepare for 1.0</a></li>
32-
<li>✅ Plugin manager <a href="https://github.com/neovim/neovim/pull/34009">#34009</a></li>
32+
<li>Unified event interface, <code>nvim_on()</code></li>
33+
<li>Multicursor, super-macros</li>
34+
<li>Multibuffer <a href="https://github.com/neovim/neovim/issues/30463">#34009</a></li>
35+
<li>packspec / <code>pkg.json</code></li>
36+
<li>Redesign <code>--remote</code></li>
37+
<li>File-change detection</li>
38+
</ul>
39+
40+
<h3><a href="https://github.com/neovim/neovim/milestone/43">0.12</a>: "The year of Nvim OOTB"</h3>
41+
<ul>
42+
<li>✅ Plugin manager (<code>vim.pack</code>) <a href="https://github.com/neovim/neovim/pull/34009">#34009</a></li>
3343
<li>✅ No more "Press ENTER" <a href="https://github.com/neovim/neovim/pull/27855">#27855</a></li>
3444
<li>Task abstraction, structured concurrency: <code>vim.async</code></li>
3545
<li>UI <code>:connect</code>, <code>:restart</code><a href="https://github.com/neovim/neovim/issues/5035">#5035</a></li>
3646
<li>stdlib: image API</li>
37-
<li>multicursor, super-macros</li>
3847
<li>Lua remote plugin host</li>
3948
<li>Redesign (simplify) remote plugin concept, eliminate <code>:UpdateRemotePlugins</code></li>
4049
<li>LSP: <code>vim.lsp.server()</code></li>
41-
<li>packspec / <code>pkg.json</code></li>
42-
<li>Redesign <code>--remote</code></li>
43-
<li>File-change detection</li>
44-
<li>Unified event interface, <code>nvim_on()</code></li>
4550
<li>Externalized UI: window layout events, messages</li>
4651
</ul>
4752

0 commit comments

Comments
 (0)