-
Notifications
You must be signed in to change notification settings - Fork 102
/
roadmap.html
163 lines (137 loc) · 7.39 KB
/
roadmap.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
---
layout: default
title: Roadmap
---
{% include nav.html active='About' %}
<div class="container golden-grid">
<div>
<h1>Roadmap</h1>
<p>This roadmap gives an overview of the project direction. A detailed list of features planned or under consideration can be found in the <a href="https://github.com/neovim/neovim/projects">project boards</a>; priorities are tracked by <a href="https://github.com/neovim/neovim/milestones">milestones</a>:
<ul>
<li>Version numbers (<code>0.1</code>, <code>0.2</code>, <code>0.2.1</code>, …) track production releases. The next upcoming version has a target date.</li>
<li><a href="https://github.com/neovim/neovim/milestone/6">backlog</a>
holds low-priority items.</li>
<li><a href="https://github.com/neovim/neovim/milestone/9">unplanned</a>
holds zero-priority items (no feasible path to completion).</li>
</ul>
</p>
<p>Note that all of these are tentative and can be changed, moved, or dropped at any time.</p>
<h2>Major Topics</h2>
These are the current themes driving our work.
<ul>
<li>Architecture, Interfaces, Editor: (API, Lua, treesitter, UI)</li>
<li>Surface area. Deprecate old APIs, delete/rename/unify some interfaces. Fewer, more-composable concepts.</li>
<li>Constraints. Vimscript 1 is frozen (no new syntax).</li>
<li>Ubiquity. Embed Neovim everywhere</li>
</ul>
<h2>Next</h2>
Concrete high-level feature areas and changes.
<h3><a href="https://github.com/neovim/neovim/milestone/43">0.12+</a></h3>
<ul>
<li><a href="https://github.com/neovim/neovim/issues/20451">Prepare for 1.0</a></li>
<li>Redesign <code>--remote</code></li>
<li>File-change detection</li>
<li>multicursor</li>
<li>Task/Promise/Future abstraction, structured concurrency: <code>vim.async</code></li>
</ul>
<h3><a href="https://github.com/neovim/neovim/milestone/41">0.11</a></h3>
<ul>
<li>Redesign (simplify) remote plugin concept, eliminate <code>:UpdateRemotePlugins</code></li>
<ul>
<li>Lua remote plugin host</li>
</ul>
<li>UI detach, <code>:connect</code>: <a href="https://github.com/neovim/neovim/issues/5035">#5035</a></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>
<p>Here are the headline features of the previous releases; for details see the corresponding release notes.</p>
<h3><a href="https://github.com/neovim/neovim/milestone/36">0.10</a></h3>
<ul>
<li><a href="https://github.com/neovim/neovim/pull/26334">Default colorscheme</a></li>
<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>
<h3><a href="https://github.com/neovim/neovim/milestone/28?closed=1">0.9</a></h3>
<ul>
<li>TUI as a remote UI</li>
<li>LSP semantic token highlighting</li>
<li><a href="https://neovim.io/doc/user/editorconfig.html">EditorConfig</a> support</li>
<li><a href="https://neovim.io/doc/user/options.html#'exrc'">'exrc'</a> and related "trust database" features</li>
<li><a href="https://neovim.io/doc/user/options.html#'statuscolumn'">'statuscolumn'</a></li>
<li><a href="https://neovim.io/doc/user/options.html#'diffopt'">'diffopt' "linematch" feature</a></li>
<li><a href="https://neovim.io/doc/user/lua.html#%3AInspect">:Inspect</a>, <a href="https://neovim.io/doc/user/treesitter.html#%3AInspectTree">:InspectTree</a></li>
<li><a href="https://neovim.io/doc/user/lua.html#vim.loader">vim.loader</a> optimized Lua module loader</li>
<li><a href="https://neovim.io/doc/user/lua.html#vim.version">vim.version</a> semver module</li>
<li><code>$NVIM_APPNAME</code></li>
<li>Lua script runner: <code>nvim -l</code></li>
</ul>
<h3><a href="https://github.com/neovim/neovim/milestone/32?closed=1">0.8</a></h3>
<ul>
<li>LSP improvements (v3.16 spec coverage, configuration, <code>LspAttach</code>)</li>
<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>
<li>treesitter API: use queries to define spellcheck regions (aka "spellsitter")</li>
<li><code>vim.ui_attach()</code></li>
<li>UI and RPC performance</li>
<li>user-defined <a href="https://neovim.io/doc/user/options.html#'inccommand'">command preview</a></li>
<li><code>cmdheight=0</code></li>
<li>clickable statusline</li>
</ul>
<h3><a href="https://github.com/neovim/neovim/milestone/29?closed=1">0.7</a></h3>
<ul>
<li>Tree-sitter integration (highlighting, folds)</li>
<li>TUI: extended keys (CTRL-i vs TAB, SHIFT modifier, …!)</li>
<li>Global statusline: <code>laststatus=3</code></li>
</ul>
<h3><a href="https://github.com/neovim/neovim/milestone/11?closed=1">0.6</a></h3>
<ul>
<li>Unified diagnostics API</li>
<li>Updated <a href="https://github.com/neovim/neovim/issues/6289">defaults</a></li>
</ul>
<h3><a href="https://github.com/neovim/neovim/milestone/19?closed=1">0.5</a> + <a href="https://github.com/neovim/neovim/milestone/25?closed=1">0.5.1</a></h3>
<ul>
<li><a href="/doc/user/lua.html">Expanded Lua API and user config</a> (<code>init.lua</code>)</li>
<li><a href="/doc/user/lsp.html">Built-in Language Server Protocol (LSP) support</a></li>
<li><a href="/doc/user/treesitter.html">Tree-sitter integration</a> (experimental)</li>
<li>Decorations API improvements: extmarks, virtual text, highlights</li>
<li>Lua API improvements</li>
<li>LSP support improvements</li>
</ul>
<h3><a href="https://github.com/neovim/neovim/milestone/21?closed=1">0.4</a></h3>
<ul>
<li>Lua "stdlib"</li>
<li>Externalized UI: multigrid
<li>Externalized UI: floating windows</li>
<li>Externalized UI: messages</li>
</ul>
<h3><a href="https://github.com/neovim/neovim/milestone/18?closed=1">0.3.x</a></h3>
<ul>
<li>API: <a href="https://neovim.io/doc/user/api.html#api-buffer-updates">buffer update events</a></li>
<li>Vimscript expression parser: <code>nvim_parse_expression()</code></li>
<li>Windows: <a href="https://github.com/neovim/neovim/blob/master/BUILD.md#windows--msvc">MSVC support</a></li>
<li><a href="https://github.com/neovim/neovim/milestone/15?closed=1">0.2.1</a> Built-in Lua:<code>vim.api</code>, <code>:lua</code>,
<code>nvim_execute_lua()</code>, …</li>
<li><a href="https://github.com/neovim/neovim/milestone/15?closed=1">0.2.1</a> Externalize UI components: cmdline, wildmenu</li>
<li><a href="https://github.com/neovim/neovim/milestone/15?closed=1">0.2.1</a> Windows <code>:terminal</code></li>
<li><a href="https://github.com/neovim/neovim/milestone/15?closed=1">0.2.1</a> Pre-packaged "universal" binary for Linux</li>
</ul>
<h3><a href="https://github.com/neovim/neovim/milestone/10?closed=1">0.2.x</a></h3>
<ul>
<li>Windows support</li>
<li>Externalized UI: popumenu</li>
<li>Externalized UI: tabline</li>
<li>Pre-packaged builds for Windows and macOS</li>
</ul>
<h3><a href="https://github.com/neovim/neovim/milestone/5?closed=1">0.1.x</a></h3>
<ul>
<li>First public release</li>
<li>Publish a stable product that can be used as a benchmark for progress</li>
</ul>
</div>
{% include post_sidebar.html %}
</div>