-
Notifications
You must be signed in to change notification settings - Fork 102
/
community.html
41 lines (34 loc) · 1.18 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
35
36
37
38
39
40
41
---
layout: default
title: Community
---
<!--
================================================================================
DEPRECATED
This page is only kept for old URLs.
It is redundant with the "#chat" section of the main page.
================================================================================
-->
{% include nav.html %}
<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>Discussion / chat:
<ul>
<li>Web: <a href="https://app.element.io/#/room/#neovim:matrix.org"><code>#neovim:matrix.org</code></a></li>
<li>IRC: #neovim on irc.libera.chat</li>
</ul>
</li>
<li>Bug reports / feature requests: <a href="https://github.com/neovim/neovim/issues">issue tracker</a></li>
<li><a href="https://twitter.com/neovim">Twitter</a></li>
<li><a href="https://reddit.com/r/neovim">Reddit</a></li>
</ul>
</div>
</div>
</section>