summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-01-05 14:08:54 -0500
committerpommicket <pommicket@gmail.com>2023-01-05 14:08:54 -0500
commitda244a2bfb1e1139e772e272166fc0ecd4898ad4 (patch)
tree7f610d86553fc3cbbef520fe51a800cc7190276c /README.md
parent3e0548caa2cf7d6b32cc029dbc9044ef877f6cee (diff)
lsp-configuration option
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index e905510..e2ccdf8 100644
--- a/README.md
+++ b/README.md
@@ -70,6 +70,7 @@ to open the command palette, and select "open-config". There are several section
- `[extensions]` for which file extensions should be mapped to which programming languages
Comments begin with `#`, and all other lines are of the form `key = value`.
+Strings can span multiple lines and can either be delimited with `"` or `\``.
By default ted's settings will automatically update when you save the config file.
@@ -163,7 +164,8 @@ to reset all running LSP servers.
You can integrate any LSP server with ted by setting the `lsp` option in the `[core.<language>]` section of `ted.cfg`
to the command which starts the server. Some defaults will already be there, and are listed below. Make
sure you install the LSP(s) you want and put the executables in your PATH (or change the `lsp` variable
-to include the absolute path if not).
+to include the absolute path if not). You can also set configuration options with the `lsp-configuration` option.
+Make sure the configuration you provide is valid JSON.
### C/C++