Add fzf-tab

This commit is contained in:
Oystein Kristoffer Tveit 2022-06-11 19:59:28 +02:00
parent 8d5dad65d5
commit 6fe3a1ffbb
1 changed files with 5 additions and 1 deletions

View File

@ -9,7 +9,7 @@
plugins = [ plugins = [
# { # {
# name = "nix-zsh-shell-integration"; # name = "nix-zsh-shell-integration";
# src = pkgs.nix-zsh-shell-integration; # src = pkgs.nix-zsh-shell;
# } # }
{ {
name = "zsh-fast-syntax-highlighting"; name = "zsh-fast-syntax-highlighting";
@ -32,6 +32,10 @@
src = pkgs.zsh-powerlevel10k; src = pkgs.zsh-powerlevel10k;
file = "share/zsh-powerlevel10k/powerlevel10k.zsh-theme"; file = "share/zsh-powerlevel10k/powerlevel10k.zsh-theme";
} }
{
name = "fzf-tab";
src = pkgs.zsh-fzf-tab;
}
]; ];
localVariables = shellOptions.variables; localVariables = shellOptions.variables;