forked from neovim/neovim.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
community.html
33 lines (26 loc) · 1.22 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
---
layout: default
title: Community
---
{% include nav.html active='Community' %}
<section class="front-section">
<div class="container">
<div class="col-wide">
<h1>Community</h1>
<p>
Whether you ran into a problem, have questions regarding Neovim, or just want to see what's new, reach out to the Neovim community on one of the following sites:
</p>
<ul>
<li><a href="https://gitter.im/neovim/neovim">Neovim on Gitter</a> (<a href="https://irc.gitter.im">accessible via IRC</a>)</li>
<li><a href="https://twitter.com/neovim">Neovim on Twitter</a></li>
<li><a href="https://groups.google.com/forum/#!forum/neovim">Neovim Google Group</a></li>
<li><a href="https://reddit.com/r/neovim">/r/neovim on Reddit</a></li>
<li><a href="https://webchat.freenode.net/?channels=neovim"><code>#neovim</code> on Freenode</a></li>
<li><a href="https://vi.stackexchange.com">vi StackExchange</a> (use the <code>neovim</code> tag)</li>
</ul>
<p>
If you want to report an issue or give feedback to the developers, please use <a href="https://github.com/neovim/neovim/issues">Neovim's issue tracker on GitHub</a>.
</p>
</div>
</div>
</section>