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
|
neofetch # system info
|
||||||
btop # resource monitor
|
btop # resource monitor
|
||||||
tldr # community alternative to man
|
tldr # community alternative to man
|
||||||
|
fzf # fuzzy finder
|
||||||
|
|
||||||
# gimp # bloat
|
# gimp # bloat
|
||||||
# blender # bloat
|
# blender # bloat
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,6 @@
|
||||||
programs.neovim = {
|
programs.neovim = {
|
||||||
enable = true;
|
enable = true;
|
||||||
defaultEditor = true;
|
defaultEditor = true;
|
||||||
# package = pkgs.neovim;
|
|
||||||
configure = {
|
configure = {
|
||||||
customRC = ''
|
customRC = ''
|
||||||
set title
|
set title
|
||||||
|
|
|
||||||
|
|
@ -48,7 +48,10 @@
|
||||||
# setenv -g SSH_AUTH_SOCK $HOME/.ssh/ssh_auth_sock
|
# setenv -g SSH_AUTH_SOCK $HOME/.ssh/ssh_auth_sock
|
||||||
'';
|
'';
|
||||||
plugins = [
|
plugins = [
|
||||||
|
# pkgs.tmuxPlugins.tmux-powerline # status bar
|
||||||
pkgs.tmuxPlugins.catppuccin
|
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