feat: fzf, tmux plugins, neovim config cleanup 🎨
This commit is contained in:
parent
a641864365
commit
1b31332c12
3 changed files with 4 additions and 1 deletions
|
|
@ -81,6 +81,7 @@
|
|||
neofetch # system info
|
||||
btop # resource monitor
|
||||
tldr # community alternative to man
|
||||
fzf # fuzzy finder
|
||||
|
||||
# gimp # bloat
|
||||
# blender # bloat
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@
|
|||
programs.neovim = {
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
# package = pkgs.neovim;
|
||||
configure = {
|
||||
customRC = ''
|
||||
set title
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue