From ad62a3eb132924858d23694273923f1fc13ca22e Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 16 Aug 2025 16:38:11 +0300 Subject: revert: remove newline-after-colon insertion behavior and its tests --- IDEAS.md | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) (limited to 'IDEAS.md') diff --git a/IDEAS.md b/IDEAS.md index 255e0db..7eabb94 100644 --- a/IDEAS.md +++ b/IDEAS.md @@ -38,4 +38,26 @@ Be able to switch LLMs. ## More -* [ ] Useful: https://deepwiki.com/helix-editor/helix/4.3-language-server-protocol +* [ ] Useful: https://deepwiki.com/helix-editor/helix/4.3-language-server-protocol` + +## Internal usage notes + +Helix' `languages.toml` + +```toml +[[language]] +name = "go" +auto-format= true +diagnostic-severity = "hint" +formatter = { command = "goimports" } +language-servers = [ "gopls", "golangci-lint-lsp", "hexai" ] +# language-servers = [ "gopls", "golangci-lint-lsp", "lsp-ai", "gpt", "hexai" ] + +[language-server.hexai] +command = "hexai" +` + + +### Write a new function prompt + +// Implement a function counting the number of files in a directory <<==prompt -- cgit v1.2.3