aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDanielGavin <danielgavin5@hotmail.com>2023-12-16 21:15:23 +0100
committerGitHub <noreply@github.com>2023-12-16 21:15:23 +0100
commit0d125598671d97c6cdc535f40d194d566cb60376 (patch)
tree7ef4fb642abe90d6dba47084abc7e3340709c7f9 /README.md
parentd3f6e4b7236edf36d0616e003400b118c168e498 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 2 insertions, 14 deletions
diff --git a/README.md b/README.md
index 43dd3db..fe2a049 100644
--- a/README.md
+++ b/README.md
@@ -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)