mirror of https://github.com/helix-editor/helix
deploy: 4b5090a5f6
parent
2121f24059
commit
0dfaaef779
|
@ -146,7 +146,11 @@
|
||||||
<div id="content" class="content">
|
<div id="content" class="content">
|
||||||
<main>
|
<main>
|
||||||
<h1 id="configuration"><a class="header" href="#configuration">Configuration</a></h1>
|
<h1 id="configuration"><a class="header" href="#configuration">Configuration</a></h1>
|
||||||
<p>To override global configuration parameters create a <code>config.toml</code> file located in your config directory (i.e <code>~/.config/helix/config.toml</code>).</p>
|
<p>To override global configuration parameters, create a <code>config.toml</code> file located in your config directory:</p>
|
||||||
|
<ul>
|
||||||
|
<li>Linux and Mac: <code>~/.config/helix/config.toml</code></li>
|
||||||
|
<li>Windows: <code>%AppData%\helix\config.toml</code></li>
|
||||||
|
</ul>
|
||||||
<h2 id="lsp"><a class="header" href="#lsp">LSP</a></h2>
|
<h2 id="lsp"><a class="header" href="#lsp">LSP</a></h2>
|
||||||
<p>To display all language server messages in the status line add the following to your <code>config.toml</code>:</p>
|
<p>To display all language server messages in the status line add the following to your <code>config.toml</code>:</p>
|
||||||
<pre><code class="language-toml">[lsp]
|
<pre><code class="language-toml">[lsp]
|
||||||
|
|
|
@ -208,7 +208,11 @@ on the closest pairs found and selections are not required; use counts to act in
|
||||||
</tbody></table>
|
</tbody></table>
|
||||||
<p>Textobjects based on treesitter, like <code>function</code>, <code>class</code>, etc are planned.</p>
|
<p>Textobjects based on treesitter, like <code>function</code>, <code>class</code>, etc are planned.</p>
|
||||||
<div style="break-before: page; page-break-before: always;"></div><h1 id="configuration"><a class="header" href="#configuration">Configuration</a></h1>
|
<div style="break-before: page; page-break-before: always;"></div><h1 id="configuration"><a class="header" href="#configuration">Configuration</a></h1>
|
||||||
<p>To override global configuration parameters create a <code>config.toml</code> file located in your config directory (i.e <code>~/.config/helix/config.toml</code>).</p>
|
<p>To override global configuration parameters, create a <code>config.toml</code> file located in your config directory:</p>
|
||||||
|
<ul>
|
||||||
|
<li>Linux and Mac: <code>~/.config/helix/config.toml</code></li>
|
||||||
|
<li>Windows: <code>%AppData%\helix\config.toml</code></li>
|
||||||
|
</ul>
|
||||||
<h2 id="lsp"><a class="header" href="#lsp">LSP</a></h2>
|
<h2 id="lsp"><a class="header" href="#lsp">LSP</a></h2>
|
||||||
<p>To display all language server messages in the status line add the following to your <code>config.toml</code>:</p>
|
<p>To display all language server messages in the status line add the following to your <code>config.toml</code>:</p>
|
||||||
<pre><code class="language-toml">[lsp]
|
<pre><code class="language-toml">[lsp]
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue