mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-23 01:46:18 +04:00
deploy: f8f63c5508
This commit is contained in:
parent
e46e024e77
commit
6f45116478
@ -154,6 +154,7 @@
|
|||||||
<tr><td><code>line-number</code></td><td>Line number display (<code>absolute</code>, <code>relative</code>)</td><td><code>absolute</code></td></tr>
|
<tr><td><code>line-number</code></td><td>Line number display (<code>absolute</code>, <code>relative</code>)</td><td><code>absolute</code></td></tr>
|
||||||
<tr><td><code>smart-case</code></td><td>Enable smart case regex searching (case insensitive unless pattern contains upper case characters)</td><td><code>true</code></td></tr>
|
<tr><td><code>smart-case</code></td><td>Enable smart case regex searching (case insensitive unless pattern contains upper case characters)</td><td><code>true</code></td></tr>
|
||||||
<tr><td><code>auto-pairs</code></td><td>Enable automatic insertion of pairs to parenthese, brackets, etc.</td><td><code>true</code></td></tr>
|
<tr><td><code>auto-pairs</code></td><td>Enable automatic insertion of pairs to parenthese, brackets, etc.</td><td><code>true</code></td></tr>
|
||||||
|
<tr><td><code>idle-timeout</code></td><td>Time in milliseconds since last keypress before idle timers trigger. Used for autocompletion, set to 0 for instant.</td><td><code>400</code></td></tr>
|
||||||
</tbody></table>
|
</tbody></table>
|
||||||
<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>
|
||||||
|
@ -248,6 +248,7 @@ single width selection.</p>
|
|||||||
<tr><td><code>line-number</code></td><td>Line number display (<code>absolute</code>, <code>relative</code>)</td><td><code>absolute</code></td></tr>
|
<tr><td><code>line-number</code></td><td>Line number display (<code>absolute</code>, <code>relative</code>)</td><td><code>absolute</code></td></tr>
|
||||||
<tr><td><code>smart-case</code></td><td>Enable smart case regex searching (case insensitive unless pattern contains upper case characters)</td><td><code>true</code></td></tr>
|
<tr><td><code>smart-case</code></td><td>Enable smart case regex searching (case insensitive unless pattern contains upper case characters)</td><td><code>true</code></td></tr>
|
||||||
<tr><td><code>auto-pairs</code></td><td>Enable automatic insertion of pairs to parenthese, brackets, etc.</td><td><code>true</code></td></tr>
|
<tr><td><code>auto-pairs</code></td><td>Enable automatic insertion of pairs to parenthese, brackets, etc.</td><td><code>true</code></td></tr>
|
||||||
|
<tr><td><code>idle-timeout</code></td><td>Time in milliseconds since last keypress before idle timers trigger. Used for autocompletion, set to 0 for instant.</td><td><code>400</code></td></tr>
|
||||||
</tbody></table>
|
</tbody></table>
|
||||||
<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>
|
||||||
|
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
Block a user