gh-pages
archseer 3 years ago
parent 2ce4100d11
commit 494ae9085b

@ -146,6 +146,10 @@
<div id="content" class="content">
<main>
<h1 id="configuration"><a class="header" href="#configuration">Configuration</a></h1>
<h2 id="lsp"><a class="header" href="#lsp">LSP</a></h2>
<p>To disable language server progress report from being displayed in the status bar add this option to your <code>config.toml</code>:</p>
<pre><code class="language-toml">lsp-progress = false
</code></pre>
<h2 id="theme"><a class="header" href="#theme">Theme</a></h2>
<p>Use a custom theme by placing a theme.toml in your config directory (i.e ~/.config/helix/theme.toml). The default theme.toml can be found <a href="https://github.com/helix-editor/helix/blob/master/theme.toml">here</a>, and user submitted themes <a href="https://github.com/helix-editor/helix/blob/master/contrib/themes">here</a>.</p>
<p>Styles in theme.toml are specified of in the form:</p>

@ -179,6 +179,10 @@ it with:</p>
</code></pre>
<div style="break-before: page; page-break-before: always;"></div><h1 id="usage"><a class="header" href="#usage">Usage</a></h1>
<div style="break-before: page; page-break-before: always;"></div><h1 id="configuration"><a class="header" href="#configuration">Configuration</a></h1>
<h2 id="lsp"><a class="header" href="#lsp">LSP</a></h2>
<p>To disable language server progress report from being displayed in the status bar add this option to your <code>config.toml</code>:</p>
<pre><code class="language-toml">lsp-progress = false
</code></pre>
<h2 id="theme"><a class="header" href="#theme">Theme</a></h2>
<p>Use a custom theme by placing a theme.toml in your config directory (i.e ~/.config/helix/theme.toml). The default theme.toml can be found <a href="https://github.com/helix-editor/helix/blob/master/theme.toml">here</a>, and user submitted themes <a href="https://github.com/helix-editor/helix/blob/master/contrib/themes">here</a>.</p>
<p>Styles in theme.toml are specified of in the form:</p>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save