feat: fzf, tmux plugins, neovim config cleanup 🎨

This commit is contained in:
DannyDannyDanny 2025-07-04 16:27:14 +00:00
parent a641864365
commit 1b31332c12
3 changed files with 4 additions and 1 deletions

View file

@ -48,7 +48,10 @@
# setenv -g SSH_AUTH_SOCK $HOME/.ssh/ssh_auth_sock
'';
plugins = [
# pkgs.tmuxPlugins.tmux-powerline # status bar
pkgs.tmuxPlugins.catppuccin
pkgs.tmuxPlugins.tmux-fzf # search tmux commands (prefix + F)
pkgs.tmuxPlugins.extrakto # fuzzyfind text history (prefix + tab)
];
};
}