File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ <h2 id="chat">Chat</h2>
148
148
</ section >
149
149
150
150
< section class ="front-section ">
151
- < div class ="container ">
151
+ < div class ="container golden-grid ">
152
152
< div >
153
153
< h2 id ="faqs "> FAQ</ h2 >
154
154
< dl class ="faqs ">
@@ -174,6 +174,24 @@ <h2 id="faqs">FAQ</h2>
174
174
< dd > Vim 8.x plugins and < a href ="https://github.com/neovim/neovim/wiki/Related-projects "> much more</ a > .</ dd >
175
175
</ dl >
176
176
</ div >
177
+ < div >
178
+ < h2 > GUIs</ h2 >
179
+ Neovim UIs are "inverted plugins". Here are some popular ones:
180
+ < ul >
181
+ < li > < a href ="https://github.com/glacambre/firenvim "> Firenvim</ a > (Nvim in your web browser!)</ li >
182
+ < li > < a href ="https://github.com/vscode-neovim/vscode-neovim "> vscode-neovim</ a > (Nvim in VSCode!)</ li >
183
+ < li > < a href ="https://github.com/sassanh/qnvim "> qnvim</ a > (Nvim in Qt Creator!)</ li >
184
+ < li > < a href ="https://neovide.dev/ "> Neovide</ a > </ li >
185
+ < li > < a href ="https://github.com/akiyosi/goneovim "> goneovim</ a > </ li >
186
+ < li > < a href ="https://github.com/vhakulinen/gnvim "> GNvim (GTK4)</ a > </ li >
187
+ < li > < a href ="https://github.com/yatli/fvim "> FVim</ a > </ li >
188
+ < li > < a href ="https://github.com/RMichelsen/Nvy "> Nvy</ a > </ li >
189
+ < li > < a href ="https://github.com/sakhnik/nvim-ui "> nvim-ui (GTK4)</ a > </ li >
190
+ < li > < a href ="https://github.com/equalsraf/neovim-qt "> Neovim-qt (Qt5)</ a > </ li >
191
+ < li > < a href ="https://github.com/qvacua/vimr "> VimR (macOS)</ a > </ li >
192
+ < li > < a href ="https://github.com/neovim/neovim/wiki/Related-projects#gui "> More...</ a > </ li >
193
+ </ ul >
194
+ </ div >
177
195
</ div >
178
196
</ section >
179
197
You can’t perform that action at this time.
0 commit comments