@@ -21,9 +21,9 @@ <h3>Extensible</h3>
21
21
< ul >
22
22
< li >
23
23
API is first-class:
24
- < a href ="https://neovim.io /doc/user/api.html#api-mapping "> discoverable</ a > ,
25
- < a href ="https://neovim.io /doc/user/api.html#api-contract "> versioned</ a > ,
26
- < a href ="https://neovim.io /doc/user/api.html#api-global "> documented</ a > .
24
+ < a href ="/doc/user/api.html#api-mapping "> discoverable</ a > ,
25
+ < a href ="/doc/user/api.html#api-contract "> versioned</ a > ,
26
+ < a href ="/doc/user/api.html#api-global "> documented</ a > .
27
27
</ li >
28
28
< li >
29
29
< a href ="http://msgpack.org/ "> MessagePack</ a > structured communication
@@ -39,7 +39,7 @@ <h3>Extensible</h3>
39
39
40
40
< h3 > Usable</ h3 >
41
41
< ul >
42
- < li > Strong defaults</ li >
42
+ < li > Strong < a href =" /doc/user/vim_diff.html#nvim- defaults" > defaults </ a > </ li >
43
43
< li > Works the same everywhere: one build-type, one command</ li >
44
44
< li > Modern terminal features such as cursor styling, focus events, bracketed paste</ li >
45
45
< li > Built-in < a href ="https://www.youtube.com/watch?v=xZbMVj9XSUo "> terminal emulator</ a > </ li >
@@ -48,7 +48,7 @@ <h3>Usable</h3>
48
48
< h3 > Drop-in Vim</ h3 >
49
49
< ul >
50
50
< li >
51
- Fully compatible with Vim's editing model and the Vimscript language .
51
+ Fully compatible with Vim's editing model and Vimscript v1 .
52
52
</ li >
53
53
< li >
54
54
Start with
@@ -121,13 +121,12 @@ <h2 id="faqs">FAQ</h2>
121
121
122
122
< dt > Will Neovim deprecate Vimscript?</ dt >
123
123
< dd >
124
- No. Lua is built-in, but Vimscript will always be supported
125
- with the < b > most advanced Vimscript engine in the world</ b >
126
- (featuring an AST-producing < a href ="https://neovim.io/doc/user/api.html#nvim_parse_expression() "> parser</ a > ).
124
+ No. Lua is built-in, but Vimscript is supported with the < b > most advanced Vimscript engine in the world</ b >
125
+ (featuring an AST-producing < a href ="/doc/user/api.html#nvim_parse_expression() "> parser</ a > ).
127
126
</ dd >
128
127
129
128
< dt > Which plugins does Neovim support?</ dt >
130
- < dd > Most Vim plugins, and more.
129
+ < dd > Most Vim 8.x plugins, and more.
131
130
See < a href ="https://github.com/neovim/neovim/wiki/Related-projects "> related projects</ a >
132
131
for plugins and applications that leverage the Neovim API.</ dd >
133
132
@@ -136,40 +135,32 @@ <h2 id="faqs">FAQ</h2>
136
135
137
136
< div >
138
137
< h2 id ="chat "> Chat</ h2 >
139
- < p >
140
- < a href ="https://twitter.com/Neovim " class ="twitter-follow-button "> Follow @Neovim</ a >
141
- </ p >
142
-
143
- < p >
144
- Discuss the project at < a href ="https://app.element.io/#/room/#neovim:matrix.org "> #neovim:matrix.org</ a > or #neovim on irc.libera.chat.
145
- </ p >
146
-
147
- < p >
148
- Contribute code, report bugs and request features at < a href ="https://github.com/neovim/neovim "> GitHub</ a > .
149
- </ p >
150
-
151
- < p >
152
- Ask about usage and configuration at < a href ="https://vi.stackexchange.com "> vi.stackexchange.com</ a > .
153
- </ p >
138
+ < ul >
139
+ < li > < a href ="https://twitter.com/Neovim " class ="twitter-follow-button "> Follow @Neovim</ a > </ li >
140
+ < li > Discuss the project at
141
+ < a href ="https://neovim.discourse.group/ "> discourse</ a > ,
142
+ < a href ="https://app.element.io/#/room/#neovim:matrix.org "> #neovim:matrix.org</ a >
143
+ or #neovim on < code > irc.libera.chat</ code > .
144
+ </ li >
145
+ < li > Contribute code, report bugs and request features at < a href ="https://github.com/neovim/neovim "> GitHub</ a > .</ li >
146
+ < li > Ask about usage and configuration at < a href ="https://vi.stackexchange.com "> vi.stackexchange.com</ a > .</ li >
147
+ </ ul >
154
148
</ div >
155
149
156
150
</ div >
157
151
</ section >
158
152
159
153
< section class ="front-section ">
160
- < div class ="container ">
161
- < h2 id ="sponsor "> Support Neovim</ h2 >
162
-
163
- < p > Support the team making Neovim possible!</ p >
164
- </ div >
165
- < div class ="container col3 ">
154
+ < div class ="container ">
155
+ < h2 id ="sponsor "> Support Neovim</ h2 >
156
+ </ div >
157
+ < div class ="container col3 ">
166
158
< div >
167
159
< h3 > Sponsor</ h3 >
168
- < ul >
169
- < li > < a href ="https://github.com/sponsors/neovim "> Github Sponsors (100% to developers)</ a > </ li >
170
- < li > < a href ="https://opencollective.com/neovim "> Open Collective</ a > </ li >
171
- < li > < a href ="https://salt.bountysource.com/teams/neovim "> Bountysource</ a > </ li >
172
- </ ul >
160
+ < ul >
161
+ < li > < a href ="https://github.com/sponsors/neovim "> Github Sponsors (100% to developers)</ a > </ li >
162
+ < li > < a href ="https://opencollective.com/neovim "> Open Collective</ a > </ li >
163
+ </ ul >
173
164
</ div >
174
165
175
166
< div >
@@ -188,11 +179,11 @@ <h3>Bitcoin</h3>
188
179
</ div >
189
180
190
181
< div >
191
- < h3 > Tell Others </ h3 >
182
+ < h3 > Marketing </ h3 >
192
183
< p > < a href ="/logos/neovim-logos.zip "> Neovim-logos.zip</ a > < span class ="light "> (1.1 MB)</ span > </ p >
193
184
< p class ="light small ">
194
- The Neovim logo by < a href ="http://twitter.com/jasonlong "> Jason Long</ a > is licensed under the < a href ="http://creativecommons.org/licenses/by/3.0/ "> Creative Commons Attribution 3.0 Unported License </ a > .
195
- </ p >
185
+ Neovim logo by < a href ="http://twitter.com/jasonlong "> Jason Long</ a > licensed under < a href ="http://creativecommons.org/licenses/by/3.0/ "> CC BY 3.0</ a > .
186
+ </ p >
196
187
</ div >
197
188
198
189
</ div >
0 commit comments