feat: add tmux navigator, undotree

This commit is contained in:
2025-03-06 14:33:22 +02:00
parent c8f9ca462a
commit d9b655ffac
4 changed files with 36 additions and 1 deletions

View File

@@ -174,6 +174,12 @@
nvim-web-devicons
plenary-nvim
];
custom-tmux-navigator = [
vim-tmux-navigator
];
custom-undotree = [
undotree
];
};
# not loaded automatically at startup.
@@ -265,6 +271,9 @@
# but we can still send the info from nix to lua that we want it!
kickstart-gitsigns = true;
custom-tmux-navigator = true;
custom-undotree = true;
# we can pass whatever we want actually.
have_nerd_font = false;