diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-03-26 09:19:11 -0500 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-03-26 09:19:11 -0500 |
| commit | 6154fca38879afcb57f16adad002df083876116d (patch) | |
| tree | fa30fa7334eb9ac95dc0dff6de586ab5f2e422c5 /modules/terminal/hjem/programs | |
| parent | 716a1d1f79024dc0629c61bc912a570a4a200a25 (diff) | |
changes
Diffstat (limited to 'modules/terminal/hjem/programs')
| -rw-r--r-- | modules/terminal/hjem/programs/helix.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/terminal/hjem/programs/helix.nix b/modules/terminal/hjem/programs/helix.nix index a544616..5a8db19 100644 --- a/modules/terminal/hjem/programs/helix.nix +++ b/modules/terminal/hjem/programs/helix.nix @@ -33,6 +33,9 @@ command = "${pkgs.superhtml}/bin/superhtml"; args = ["lsp"]; }; + golsp = { + command = "${pkgs.gopls}/bin/gopls"; + }; dhall-lsp-server.command = "${pkgs.dhall-lsp-server}/bin/dhall-lsp-server"; }; |
