mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-24 10:26:18 +04:00
deploy: 6a90166d0a
This commit is contained in:
parent
a26c522a5b
commit
c38e8d2c61
@ -293,6 +293,7 @@ languages = { typescript = [ { formatCommand ="prettier --stdin-filepath ${INPUT
|
||||
<tr><td><code>config</code></td><td>LSP initialization options</td></tr>
|
||||
<tr><td><code>timeout</code></td><td>The maximum time a request to the language server may take, in seconds. Defaults to <code>20</code></td></tr>
|
||||
<tr><td><code>environment</code></td><td>Any environment variables that will be used when starting the language server <code>{ "KEY1" = "Value1", "KEY2" = "Value2" }</code></td></tr>
|
||||
<tr><td><code>required-root-patterns</code></td><td>A list of <code>glob</code> patterns to look for in the working directory. The language server is started if at least one of them is found.</td></tr>
|
||||
</tbody></table>
|
||||
</div>
|
||||
<p>A <code>format</code> sub-table within <code>config</code> can be used to pass extra formatting options to
|
||||
|
@ -2229,6 +2229,7 @@ languages = { typescript = [ { formatCommand ="prettier --stdin-filepath ${INPUT
|
||||
<tr><td><code>config</code></td><td>LSP initialization options</td></tr>
|
||||
<tr><td><code>timeout</code></td><td>The maximum time a request to the language server may take, in seconds. Defaults to <code>20</code></td></tr>
|
||||
<tr><td><code>environment</code></td><td>Any environment variables that will be used when starting the language server <code>{ "KEY1" = "Value1", "KEY2" = "Value2" }</code></td></tr>
|
||||
<tr><td><code>required-root-patterns</code></td><td>A list of <code>glob</code> patterns to look for in the working directory. The language server is started if at least one of them is found.</td></tr>
|
||||
</tbody></table>
|
||||
</div>
|
||||
<p>A <code>format</code> sub-table within <code>config</code> can be used to pass extra formatting options to
|
||||
|
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