From 94a78942f8fac24bb392c57427f34a28068fe89c Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Thu, 19 Dec 2024 15:19:47 +0100 Subject: [PATCH] helix-gpt is to slow --- home-modules/helix.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/home-modules/helix.nix b/home-modules/helix.nix index 6f2c012..4a326ec 100644 --- a/home-modules/helix.nix +++ b/home-modules/helix.nix @@ -126,7 +126,10 @@ } { name = "go"; - language-servers = [ "gopls" "llm" ]; + language-servers = [ + "gopls" + # "llm" + ]; # formatter = { # command = "gofmt"; # };