Skip to content

Commit

Permalink
news: Nvim 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmk committed Jun 4, 2024
1 parent 5d2c0e1 commit 86087da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions roadmap.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ <h3><a href="https://github.com/neovim/neovim/milestone/41">0.11</a></h3>
<li>Task/Promise/Future abstraction, structured concurrency: <code>vim.async</code></li>
<li>Externalized UI: window layout events, messages</li>
<li><code>vim.lsp.server()</code></li>
<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>
</ul>

<h2>Completed</h2>
Expand All @@ -66,6 +67,7 @@ <h3><a href="https://github.com/neovim/neovim/milestone/36">0.10</a></h3>
<li>LSP inlay hints</li>
<li>TermRequest, TermResponse</li>
<li>treesitter: builtin parsers for bash, markdown, python</li>
<li><code>vim.snippet</code></li>
<li><code>vim.iter</code></li>
<li><code>vim.lpeg</code>, <code>vim.re</code>, <code>vim.glob</code>, <code>vim.base64</code></li>
</ul>
Expand Down

0 comments on commit 86087da

Please sign in to comment.