Plugins and things
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
|
||||
# home.packages = with pkgs; [
|
||||
# harlequin
|
||||
# ];
|
||||
home.packages = with pkgs; [
|
||||
visidata
|
||||
];
|
||||
}
|
||||
|
||||
@ -61,4 +61,19 @@
|
||||
".envrc"
|
||||
];
|
||||
};
|
||||
|
||||
programs.lazygit = {
|
||||
enable = true;
|
||||
settings = {
|
||||
theme.lightTheme = "true";
|
||||
git = {
|
||||
log = {
|
||||
format = "%C(yellow)%h%Creset %C(bold blue)<%an>%Creset %s %Cgreen(%cr)%Creset";
|
||||
graph = "true";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
programs.jujutsu.enable = true;
|
||||
}
|
||||
|
||||
@ -57,6 +57,7 @@
|
||||
img-clip-nvim
|
||||
markdown-preview-nvim
|
||||
vim-markdown
|
||||
plantuml-syntax
|
||||
bullets-vim
|
||||
obsidian-nvim
|
||||
nvim-dap
|
||||
|
||||
@ -74,7 +74,8 @@
|
||||
programs.bat.enable = true;
|
||||
programs.ripgrep.enable = true;
|
||||
programs.btop.enable = true;
|
||||
|
||||
programs.ranger.enable = true;
|
||||
|
||||
home.packages = with pkgs; [
|
||||
fd
|
||||
du-dust
|
||||
|
||||
@ -25,6 +25,8 @@
|
||||
bind % split-window -h -c "#{pane_current_path}"
|
||||
bind c new-window -a -c "#{pane_current_path}"
|
||||
|
||||
bind C-s display-popup -E "zsh ~/bin/tmuxp_selector.sh"
|
||||
|
||||
#######################################
|
||||
# status line
|
||||
#######################################
|
||||
|
||||
Reference in New Issue
Block a user