From 80c5d75ecc6f44d13671681a8894dca660c660a6 Mon Sep 17 00:00:00 2001 From: xqtc Date: Sun, 4 Aug 2024 20:57:21 +0200 Subject: [PATCH] some nixvim stuff --- home/modules/home-pkgs.nix | 2 ++ home/modules/nixvim.nix | 12 ++++++------ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/home/modules/home-pkgs.nix b/home/modules/home-pkgs.nix index 2c3c44d..c81334c 100644 --- a/home/modules/home-pkgs.nix +++ b/home/modules/home-pkgs.nix @@ -35,6 +35,8 @@ in { pkgs.iftop pkgs.ranger + pkgs.cargo-mommy + pkgs.just pkgs.fzf diff --git a/home/modules/nixvim.nix b/home/modules/nixvim.nix index c93df87..531bbcc 100644 --- a/home/modules/nixvim.nix +++ b/home/modules/nixvim.nix @@ -371,31 +371,31 @@ mode = "n"; key = "ff"; options.silent = true; - action = "Telescope find_files"; + action = "Telescope find_files theme=ivy"; } { mode = "n"; key = "fe"; options.silent = true; - action = "Telescope file_browser"; + action = "Telescope file_browser theme=ivy"; } { mode = "n"; key = "fss"; options.silent = true; - action = "Telescope live_grep"; + action = "Telescope live_grep theme=ivy"; } { mode = "n"; key = "fsw"; options.silent = true; - action = "Telescope lsp_dynamic_workspace_symbols"; + action = "Telescope lsp_dynamic_workspace_symbols theme=ivy"; } { mode = "n"; key = "fd"; options.silent = true; - action = "Telescope diagnostics"; + action = "Telescope diagnostics theme=ivy"; } { mode = "n"; @@ -407,7 +407,7 @@ mode = "n"; key = "bb"; options.silent = true; - action = "Telescope buffers"; + action = "Telescope buffers theme=ivy"; } { mode = "n";