Skip to content

Commit 525a1a0

Browse files
committed
news: Nvim 0.10
1 parent 2acbd7b commit 525a1a0

File tree

3 files changed

+26
-10
lines changed

3 files changed

+26
-10
lines changed

_posts/2024-05-16-news.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
layout: newsletter
3+
title: "Neovim 0.10"
4+
category: newsletter
5+
permalink: /news/2024/05
6+
---
7+
8+
Nvim 0.10 was released. Features are described here:
9+
https://neovim.io/doc/user/news-0.10.html

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ <h2 id="faqs">FAQ</h2>
151151
<dt>What is the project status?</dt>
152152
<dd>
153153
The current <a href="https://github.com/neovim/neovim/releases/latest">stable release</a>
154-
version is <code>0.9</code> (<a href="https://github.com/neovim/neovim/tags.atom">RSS</a>).
154+
version is <code>0.10</code> (<a href="https://github.com/neovim/neovim/tags.atom">RSS</a>).
155155
See the <a href="roadmap/">roadmap</a> for progress and plans.
156156
</dd>
157157

roadmap.html

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,30 +37,37 @@ <h2>Next</h2>
3737

3838
Concrete high-level feature areas and changes.
3939

40-
<h3><a href="https://github.com/neovim/neovim/milestone/41">0.11+</a></h3>
40+
<h3><a href="https://github.com/neovim/neovim/milestone/43">0.12+</a></h3>
4141
<ul>
4242
<li><a href="https://github.com/neovim/neovim/issues/20451">Prepare for 1.0</a></li>
4343
<li>Redesign <code>--remote</code></li>
44-
<li><code>vim.lsp.server()</code></li>
45-
<li>Externalized UI: window layout events, <code>ext_statusline</code></li>
4644
<li>File-change detection</li>
4745
<li>multicursor</li>
48-
<li>Lua remote plugin host</li>
46+
</ul>
47+
48+
<h3><a href="https://github.com/neovim/neovim/milestone/41">0.11</a></h3>
49+
<ul>
4950
<li>Redesign (simplify) remote plugin concept, eliminate <code>:UpdateRemotePlugins</code></li>
50-
<li>Task/Promise/Future abstraction, structured concurrency: <code>vim.task</code></li>
51+
<ul>
52+
<li>Lua remote plugin host</li>
53+
</ul>
54+
<li>Task/Promise/Future abstraction, structured concurrency: <code>vim.async</code></li>
55+
<li>Externalized UI: window layout events, messages</li>
56+
<li><code>vim.lsp.server()</code></li>
5157
</ul>
5258

59+
<h2>Completed</h2>
60+
61+
<p>Here are the headline features of the previous releases; for details see the corresponding release notes.</p>
62+
5363
<h3><a href="https://github.com/neovim/neovim/milestone/36">0.10</a></h3>
5464
<ul>
5565
<li><a href="https://github.com/neovim/neovim/pull/26334">Default colorscheme</a></li>
5666
<li>treesitter: builtin parsers for bash, markdown, python</li>
5767
<li><code>vim.iter</code></li>
68+
<li><code>vim.lpeg</code>, <code>vim.re</code>, <code>vim.glob</code>, <code>vim.base64</code></li>
5869
</ul>
5970

60-
<h2>Completed</h2>
61-
62-
<p>Here are the headline features of the previous releases; for details see the corresponding release notes.</p>
63-
6471
<h3><a href="https://github.com/neovim/neovim/milestone/28?closed=1">0.9</a></h3>
6572
<ul>
6673
<li>TUI as a remote UI</li>

0 commit comments

Comments
 (0)