mirror of https://github.com/helix-editor/helix
deploy: b97c745631
parent
c6a0c026d0
commit
29a3eeeac1
|
@ -542,7 +542,8 @@ S-tab = "extend_parent_node_start"
|
|||
}
|
||||
</code></pre>
|
||||
<p>The new diagnostic rendering is not yet enabled by default. As soon as end of line or inline diagnostics are enabled the old diagnostics rendering is automatically disabled. The recommended default setting are:</p>
|
||||
<pre><code>end-of-line-diagnostics = "hint"
|
||||
<pre><code class="language-toml">[editor]
|
||||
end-of-line-diagnostics = "hint"
|
||||
[editor.inline-diagnostics]
|
||||
cursor-line = "warning" # show warnings and errors on the cursorline inline
|
||||
</code></pre>
|
||||
|
|
|
@ -1831,7 +1831,8 @@ S-tab = "extend_parent_node_start"
|
|||
}
|
||||
</code></pre>
|
||||
<p>The new diagnostic rendering is not yet enabled by default. As soon as end of line or inline diagnostics are enabled the old diagnostics rendering is automatically disabled. The recommended default setting are:</p>
|
||||
<pre><code>end-of-line-diagnostics = "hint"
|
||||
<pre><code class="language-toml">[editor]
|
||||
end-of-line-diagnostics = "hint"
|
||||
[editor.inline-diagnostics]
|
||||
cursor-line = "warning" # show warnings and errors on the cursorline inline
|
||||
</code></pre>
|
||||
|
|
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