From 0d125598671d97c6cdc535f40d194d566cb60376 Mon Sep 17 00:00:00 2001 From: DanielGavin Date: Sat, 16 Dec 2023 21:15:23 +0100 Subject: Update README.md --- README.md | 16 ++-------------- 1 file 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) -- cgit v1.2.3