Skip to content

Commit fdb707d

Browse files
committed
roadmap
1 parent 0bdfeb7 commit fdb707d

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

roadmap.html

+5-7
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<h1>Roadmap</h1>
1212

1313
<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>:
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> (these are tentative and may be changed or dropped at any time):
1515
</p>
1616

1717
<ul>
@@ -22,13 +22,11 @@ <h1>Roadmap</h1>
2222
holds zero-priority items (no feasible path to completion).</li>
2323
</ul>
2424

25-
<p>Note these are tentative and can be changed, moved, or dropped at any time.</p>
26-
2725
<h2>Next</h2>
2826

2927
Concrete high-level feature areas and changes.
3028

31-
<h3><a href="https://github.com/neovim/neovim/milestone/43">0.12+</a>: "The year of the Nvim OOTB"</h3>
29+
<h3><a href="https://github.com/neovim/neovim/milestone/43">0.12+</a>: "The year of Nvim OOTB"</h3>
3230
<ul>
3331
<li><a href="https://github.com/neovim/neovim/issues/20451">Prepare for 1.0</a></li>
3432
<li>stdlib: image API</li>
@@ -52,11 +50,11 @@ <h3><a href="https://github.com/neovim/neovim/milestone/43">0.12+</a>: "The year
5250
<h3><a href="https://github.com/neovim/neovim/milestone/41">0.11</a></h3>
5351
<ul>
5452
<li>Async tree-sitter (avoids blocking UI/input)</li>
55-
<li>LSP "config" concept: <code>{runtimepath}/lsp/*</code>, <code>vim.lsp.config</code> <a href="https://github.com/neovim/neovim/pull/31031">#31031</a></li>
53+
<li>LSP "config" concept: <code>vim.lsp.config</code> <a href="https://github.com/neovim/neovim/pull/31031">#31031</a></li>
54+
<li>LSP: <a href="https://x.com/Neovim/status/1797629199454499223">auto-completion</a> (<a href="https://neovim.io/doc/user/lsp.html#lsp-completion">:help lsp-completion</a>)</li>
5655
<li>LSP: multiclient support</li>
5756
<li>TUI: URL highlight, theme event</li>
58-
<li>UI <code>:detach</code>: <a href="https://github.com/neovim/neovim/issues/5035">#5035</a></li>
59-
<li>LSP: <a href="https://x.com/Neovim/status/1797629199454499223">auto-completion</a> (<a href="https://gist.github.com/MariaSolOs/2e44a86f569323c478e5a078d0cf98cc">on_attach config</a>)</li>
57+
<li>UI <code>:detach</code> <a href="https://github.com/neovim/neovim/issues/5035">#5035</a></li>
6058
</ul>
6159

6260
<h2>Completed</h2>

0 commit comments

Comments
 (0)