diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-04-29 15:20:57 -0500 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-04-29 15:20:57 -0500 |
| commit | 9c9a49a855951662da62bcdec45f69ddc0099e5c (patch) | |
| tree | 1f7852971693d9e49d16a77aff51b87d39940b1b /modules/terminal | |
| parent | 21de12cd6e63adf463674942f1a8f9b658f47945 (diff) | |
changes
Diffstat (limited to 'modules/terminal')
| -rw-r--r-- | modules/terminal/hjem/programs/broot.nix | 2 | ||||
| -rw-r--r-- | modules/terminal/hjem/programs/helix.nix | 6 |
2 files changed, 5 insertions, 3 deletions
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"; }; |
