diff options
| author | DanielGavin <danielgavin5@hotmail.com> | 2023-12-16 21:15:23 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-16 21:15:23 +0100 |
| commit | 0d125598671d97c6cdc535f40d194d566cb60376 (patch) | |
| tree | 7ef4fb642abe90d6dba47084abc7e3340709c7f9 /README.md | |
| parent | d3f6e4b7236edf36d0616e003400b118c168e498 (diff) | |
Update README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 16 |
1 files changed, 2 insertions, 14 deletions
@@ -203,20 +203,8 @@ lspconfig.ols.setup({}) ``` ### Helix - -``` -[[language]] -name = "odin" -scope = "scope.odin" -file-types = ["odin"] -comment-token = "//" -indent = { tab-width = 2, unit = " " } -language-server = { command = "ols" } -injection-regex = "odin" -roots = ["ols.json"] -formatter = { command = "odinfmt", args = [ "-stdin", "true" ] } -``` - +Guide for installing helix with ols: +https://github.com/joaocarvalhoopen/Helix_editor_for_the_Odin_programming_Language ### Micro Install the [LSP plugin](https://github.com/AndCake/micro-plugin-lsp) |