aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBora <yokunjon@gmail.com>2024-09-08 09:55:27 +0300
committerBora <yokunjon@gmail.com>2024-09-08 10:09:30 +0300
commitacf0d18d801e08c2367a13ec848b3bad9c574592 (patch)
tree0831562b41a6722b0426d93a81fffe6cded0aefc /README.md
parent4102eff7865a761c423924c7d5f706414d8bdec0 (diff)
Update helix configuration info
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 12 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0466199..430d41b 100644
--- a/README.md
+++ b/README.md
@@ -234,8 +234,18 @@ lspconfig.ols.setup({})
```
### Helix
-Guide for installing helix with ols:
-https://github.com/joaocarvalhoopen/Helix_editor_for_the_Odin_programming_Language
+
+Helix supports Odin and OLS by default. One can enable it through their languages.toml. Example config:
+```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
Install the [LSP plugin](https://github.com/AndCake/micro-plugin-lsp)