From 9c9a49a855951662da62bcdec45f69ddc0099e5c Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Wed, 29 Apr 2026 15:20:57 -0500 Subject: changes --- modules/terminal/hjem/programs/broot.nix | 2 +- modules/terminal/hjem/programs/helix.nix | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'modules/terminal') diff --git a/modules/terminal/hjem/programs/broot.nix b/modules/terminal/hjem/programs/broot.nix index 4836d50..59f16aa 100644 --- a/modules/terminal/hjem/programs/broot.nix +++ b/modules/terminal/hjem/programs/broot.nix @@ -57,7 +57,7 @@ { name = "justfile"; key = "ctrl-j"; - execution = ''just --choose --chooser "fzf --height=25% --color=bg:-1 --preview 'just --show {}'"''; + execution = "just --choose"; working_dir = "{root}"; leave_broot = false; } diff --git a/modules/terminal/hjem/programs/helix.nix b/modules/terminal/hjem/programs/helix.nix index 89d18f4..db6beba 100644 --- a/modules/terminal/hjem/programs/helix.nix +++ b/modules/terminal/hjem/programs/helix.nix @@ -33,8 +33,10 @@ command = "${pkgs.superhtml}/bin/superhtml"; args = ["lsp"]; }; - golsp = { - command = "${pkgs.gopls}/bin/gopls"; + golsp.command = "${pkgs.gopls}/bin/gopls"; + tinymist = { + command = "${pkgs.tinymist}/bin/tinymist"; + config.exportPdf = "onType"; }; dhall-lsp-server.command = "${pkgs.dhall-lsp-server}/bin/dhall-lsp-server"; }; -- cgit v1.3.1