diff options
Diffstat (limited to 'modules/terminal/hjem')
| -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"; }; |
