Skip to content

Commit edada39

Browse files
committed
index: GUIs section
1 parent 2b4f9e4 commit edada39

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

index.html

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ <h2 id="chat">Chat</h2>
148148
</section>
149149

150150
<section class="front-section">
151-
<div class="container">
151+
<div class="container golden-grid">
152152
<div>
153153
<h2 id="faqs">FAQ</h2>
154154
<dl class="faqs">
@@ -174,6 +174,24 @@ <h2 id="faqs">FAQ</h2>
174174
<dd>Vim 8.x plugins and <a href="https://github.com/neovim/neovim/wiki/Related-projects">much more</a>.</dd>
175175
</dl>
176176
</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>
177195
</div>
178196
</section>
179197

0 commit comments

Comments
 (0)