diff options
| author | DanielGavin <danielgavin5@hotmail.com> | 2024-10-27 14:45:10 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-27 14:45:10 +0100 |
| commit | f67973a508442c1613407726eb73eff1f4bf8fc8 (patch) | |
| tree | f1be331b26203e3102f01ce9bb1cbc73e82efc27 | |
| parent | ff04a5b7bf1b01c6556e8ce8554d7873604c9541 (diff) | |
| parent | 7f1d88f858914a199b52a92829a9026851c59ade (diff) | |
Merge pull request #536 from thomasaarholt/helix
Update helix instructions
| -rw-r--r-- | README.md | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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 |