-
Notifications
You must be signed in to change notification settings - Fork 102
/
doc_index.html
65 lines (57 loc) · 2.36 KB
/
doc_index.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
---
layout: default
title: Documentation
canonical_url: /doc/
---
{% include nav.html active='Documentation' %}
<section class="front-section">
<div class="container">
<h1>Documentation</h1>
</div>
<div class="container golden-grid">
<div>
<h2>User</h2>
<h3><a href="https://github.com/neovim/neovim/wiki/Installing-Neovim">Install</a></h3>
<p>
<a href="https://github.com/neovim/neovim/releases">Download</a> an archive
or use a <a href="https://github.com/neovim/neovim/wiki/Installing-Neovim#install-from-package">package manager</a>.
</p>
<h3><a href="https://github.com/neovim/neovim/wiki/FAQ">FAQ</a></h3>
<p>
Check the <a href="https://github.com/neovim/neovim/wiki/FAQ">FAQ</a>
and <a href="https://github.com/neovim/neovim/wiki/Following-HEAD">breaking changes</a> for solutions to common issues.
The <a href="http://vimhelp.appspot.com/vim_faq.txt.html">Vim FAQ</a> is also useful.
</p>
<h3>
<a href="http://neovim.io/doc/user">User manual</a>
</h3>
<p>
This is the online form of Nvim's <a href="http://neovim.io/doc/user/"><code>:help</code></a> system.
<ul>
<li>Neovim features are documented at <a href="https://neovim.io/doc/user/vim_diff.html#nvim-features"><code>:help nvim-features</code></a>.</li>
<li><a href="http://neovim.io/doc/user/quickref.html"><code>:help quickref</code></a> is a handy cheatsheet.</li>
<li>Read <a href="https://neovim.io/doc/user/nvim.html#nvim-from-vim"><code>:help nvim-from-vim</code></a> if you already use Vim.</li>
</ul>
</p>
</div>
<div>
<h2>Developer</h2>
<h3><a href="https://neovim.io/doc/user/develop.html#dev"><code>:help dev</code></a></h3>
<p>
Design constraints and guidelines, for developing Nvim applications or Nvim itself.
</p>
<h3><a href="https://github.com/neovim/neovim/wiki#developers">Developer Wiki</a></h3>
<p>
Notes on building, navigating, and debugging.
</p>
<h3><a href="/doc/dev/files.html">Source documentation</a></h3>
<p>
Generated from source code docstrings.
</p>
<h3><a href="https://sourcegraph.com/github.com/neovim/neovim">SourceGraph</a></h3>
<p>
Navigate the Nvim source code online.
</p>
</div>
</div>
</section>