aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanielGavin <danielgavin5@hotmail.com>2024-10-27 14:45:10 +0100
committerGitHub <noreply@github.com>2024-10-27 14:45:10 +0100
commitf67973a508442c1613407726eb73eff1f4bf8fc8 (patch)
treef1be331b26203e3102f01ce9bb1cbc73e82efc27
parentff04a5b7bf1b01c6556e8ce8554d7873604c9541 (diff)
parent7f1d88f858914a199b52a92829a9026851c59ade (diff)
Merge pull request #536 from thomasaarholt/helix
Update helix instructions
-rw-r--r--README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md
index 430d41b..9b2c50e 100644
--- a/README.md
+++ b/README.md
@@ -235,15 +235,14 @@ lspconfig.ols.setup({})
### Helix
-Helix supports Odin and OLS by default. One can enable it through their languages.toml. Example config:
+Helix supports Odin and OLS by default. It is already enabled in the [default languages.toml](https://github.com/helix-editor/helix/blob/master/languages.toml).
+
+If `ols` or `odinfmt` are not on your PATH environment variable, you can enable them like this:
```toml
# Optional. The default configration requires OLS in PATH env. variable. If not,
# you can set path to the executable like so:
# [language-server.ols]
# command = "path/to/executable"
-
-[[language]]
-name = "odin"
```
### Micro