mirror of
https://github.com/akr2002/nv.git
synced 2024-11-09 18:49:45 +00:00
tmux-mavigator
This commit is contained in:
parent
b2828752d9
commit
7305fd7ff0
2 changed files with 6 additions and 0 deletions
|
@ -69,5 +69,6 @@
|
||||||
./utils/plenary.nix
|
./utils/plenary.nix
|
||||||
./utils/project-nvim.nix
|
./utils/project-nvim.nix
|
||||||
./utils/sidebar.nix
|
./utils/sidebar.nix
|
||||||
|
./utils/tmux-navigator.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
5
config/utils/tmux-navigator.nix
Normal file
5
config/utils/tmux-navigator.nix
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
plugins.tmux-navigator = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in a new issue