mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-02-04 19:05:55 +00:00
deploy: ab629c1995
This commit is contained in:
parent
c8e237c3a8
commit
3435dce176
13 changed files with 4554 additions and 5571 deletions
47
tips.html
47
tips.html
|
|
@ -63,10 +63,11 @@
|
|||
</svg>
|
||||
</div>
|
||||
<nav class="sidebar">
|
||||
<div class="docs-nav">
|
||||
<h2>Documents</h2>
|
||||
<ul>
|
||||
<li><a href="index.html">Introduction</a></li>
|
||||
<details class="sidebar-section" data-section="docs" open>
|
||||
<summary>Documents</summary>
|
||||
<div class="sidebar-section-content">
|
||||
<ul>
|
||||
<li><a href="index.html">Introduction</a></li>
|
||||
<li><a href="configuring.html">Configuring nvf</a></li>
|
||||
<li><a href="hacking.html">Hacking nvf</a></li>
|
||||
<li><a href="tips.html">Helpful Tips</a></li>
|
||||
|
|
@ -74,13 +75,15 @@
|
|||
<li><a href="release-notes.html">Release Notes</a></li>
|
||||
<li><a href="search.html">Search</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</ul>
|
||||
</div>
|
||||
</details>
|
||||
|
||||
<div class="toc">
|
||||
<h2>Contents</h2>
|
||||
<ul class="toc-list">
|
||||
<li><a href="#ch-helpful-tips">Helpful Tips</a>
|
||||
<details class="sidebar-section" data-section="toc" open>
|
||||
<summary>Contents</summary>
|
||||
<div class="sidebar-section-content">
|
||||
<ul class="toc-list">
|
||||
<li><a href="#ch-helpful-tips">Helpful Tips</a>
|
||||
<li><a href="#sec-debugging-nvf">Debugging nvf</a>
|
||||
<ul><li><a href="#sec-accessing-config">Accessing neovimConfig</a>
|
||||
</ul><li><a href="#sec-offline-documentation">Offline Documentation</a>
|
||||
|
|
@ -91,8 +94,9 @@
|
|||
<ul><li><a href="#ch-plugins-from-nixpkgs">Nixpkgs & Friends</a>
|
||||
<li><a href="#ch-plugins-from-source">Building Your Own Plugins</a>
|
||||
</li></ul></li>
|
||||
</ul>
|
||||
</div>
|
||||
</ul>
|
||||
</div>
|
||||
</details>
|
||||
</nav>
|
||||
|
||||
<main class="content"><html><head></head><body><h1 id="ch-helpful-tips">Helpful Tips</h1>
|
||||
|
|
@ -203,6 +207,25 @@ example would look like this.</p>
|
|||
</body></html></main>
|
||||
</div>
|
||||
|
||||
<aside class="page-toc">
|
||||
<nav class="page-toc-nav">
|
||||
<h3>On this page</h3>
|
||||
<ul class="page-toc-list">
|
||||
<li><a href="#ch-helpful-tips">Helpful Tips</a>
|
||||
<li><a href="#sec-debugging-nvf">Debugging nvf</a>
|
||||
<ul><li><a href="#sec-accessing-config">Accessing neovimConfig</a>
|
||||
</ul><li><a href="#sec-offline-documentation">Offline Documentation</a>
|
||||
<li><a href="#sec-pure-lua-config">Pure Lua Configuration</a>
|
||||
<ul><li><a href="#sec-pure-nvf-runtime">Pure Runtime Directory</a>
|
||||
<li><a href="#sec-impure-absolute-dir">Impure Absolute Directory</a>
|
||||
</ul><li><a href="#sec-plugin-sources">Adding Plugins From Different Sources</a>
|
||||
<ul><li><a href="#ch-plugins-from-nixpkgs">Nixpkgs & Friends</a>
|
||||
<li><a href="#ch-plugins-from-source">Building Your Own Plugins</a>
|
||||
</li></ul></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</aside>
|
||||
|
||||
<footer>
|
||||
<p>Generated with ndg</p>
|
||||
</footer>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue