Skip to content

Commit e0a3e23

Browse files
committed
roadmap
1 parent 8c42460 commit e0a3e23

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

roadmap.html

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,16 @@ <h2>Completed</h2>
5151

5252
<p>Here are the headline features of the previous releases; for details see the corresponding release notes.</p>
5353

54-
<h3><a href="https://github.com/neovim/neovim/milestone/32">0.8+</a></h3>
54+
<h3><a href="https://github.com/neovim/neovim/milestone/32">0.8</a></h3>
5555
<ul>
56-
<li>LSP improvements (v3.16 spec coverage, configuration)</li>
57-
<li>Lua API improvements</li>
58-
<li>UI improvements</li>
59-
<li>treesitter API improvements</li>
60-
<li>spellsitter</li>
56+
<li>LSP improvements (v3.16 spec coverage, configuration, <code>LspAttach</code>)</li>
57+
<li>Lua API: <code>vim.fs</code>, <code>vim.cmd{}</code>, measure require() in <code>--startuptime</code>, <code>:map</code>/<code>:command</code>/<code>:au</code> can print Lua source location</li>
58+
<li>treesitter API: use queries to define spellcheck regions (aka "spellsitter")</li>
59+
<li><code>vim.ui_attach()</code></li>
60+
<li>UI and RPC performance</li>
61+
<li>user-defined <a href="https://neovim.io/doc/user/options.html#'inccommand'">command preview</a></li>
62+
<li><code>cmdheight=0</code></li>
63+
<li>clickable statusline</li>
6164
</ul>
6265

6366
<h3><a href="https://github.com/neovim/neovim/milestone/29">0.7</a></h3>

0 commit comments

Comments
 (0)