forked from neovim/neovim.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
community.html
34 lines (28 loc) · 1.4 KB
/
community.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
---
layout: default
title: Community
---
{% include nav.html active='Community' %}
<section class="front-section">
<div class="container">
<div class="col-wide">
<h1>Community</h1>
<p>
Visit these resources for help or general questions.
</p>
<ul>
<li><b>Usage/configuration</b> questions: <a href="https://vi.stackexchange.com">vi.stackexchange.com</a></li>
<li>General discussion (chat): <a href="https://gitter.im/neovim/neovim">gitter</a>
(bridged to <code>#neovim</code> via <a href="https://matrix.org/">matrix</a>)</li>
<li>General discussion (chat): <a href="https://webchat.freenode.net/?channels=neovim"><code>#neovim</code></a>
IRC (bridged to gitter via <a href="https://matrix.org/">matrix</a>)</li>
<li>General discussion (chat): <a href="https://riot.im/app/#/room/#neovim:matrix.org"><code>#neovim:matrix.org</code></a>
Matrix (bridged both to gitter and <code>#neovim</code> on Freenode IRC)</li>
<li>General discussion (email): <a href="https://groups.google.com/forum/#!forum/neovim">mailing list</a></li>
<li><a href="https://twitter.com/neovim">Twitter</a></li>
<li><a href="https://reddit.com/r/neovim">Reddit</a></li>
<li>Bug reports / feature requests: <a href="https://github.com/neovim/neovim/issues">issue tracker</a></li>
</ul>
</div>
</div>
</section>