mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-29 20:04:28 +02:00
plugins/tmux-navigator: init + tests (#314)
This commit is contained in:
parent
35c56b62a1
commit
ca187c2262
3 changed files with 62 additions and 0 deletions
19
tests/test-sources/plugins/utils/tmux-navigator.nix
Normal file
19
tests/test-sources/plugins/utils/tmux-navigator.nix
Normal file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
# Empty configuration
|
||||
empty = {
|
||||
plugins.tmux-navigator.enable = true;
|
||||
};
|
||||
|
||||
# Actiavte all settings
|
||||
defaults = {
|
||||
plugins.tmux-navigator = {
|
||||
enable = true;
|
||||
|
||||
tmuxNavigatorSaveOnSwitch = 2;
|
||||
|
||||
tmuxNavigatorDisableWhenZoomed = 1;
|
||||
|
||||
tmuxNavigatorNoWrap = 1;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue