diff options
| author | Bora <yokunjon@gmail.com> | 2024-09-08 09:55:27 +0300 |
|---|---|---|
| committer | Bora <yokunjon@gmail.com> | 2024-09-08 10:09:30 +0300 |
| commit | acf0d18d801e08c2367a13ec848b3bad9c574592 (patch) | |
| tree | 0831562b41a6722b0426d93a81fffe6cded0aefc /README.md | |
| parent | 4102eff7865a761c423924c7d5f706414d8bdec0 (diff) | |
Update helix configuration info
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -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) |