tmux-mavigator

This commit is contained in:
Aditya 2024-03-06 19:52:17 +05:30
parent b2828752d9
commit 7305fd7ff0
Signed by: aditya
SSH key fingerprint: SHA256:jL1IvWsjjlPtw6HvDIHfXfhO9IkIokNEyIfuFhSdoyU
2 changed files with 6 additions and 0 deletions

View file

@ -69,5 +69,6 @@
./utils/plenary.nix
./utils/project-nvim.nix
./utils/sidebar.nix
./utils/tmux-navigator.nix
];
}

View file

@ -0,0 +1,5 @@
{
plugins.tmux-navigator = {
enable = true;
};
}