1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-09 12:06:05 +01:00
nixvim/tests/test-sources/plugins/utils/zellij.nix
2024-03-27 14:10:19 +01:00

18 lines
298 B
Nix

{
empty = {
plugins.zellij.enable = true;
};
defaults = {
plugins.zellij = {
enable = true;
settings = {
path = "zellij";
replaceVimWindowNavigationKeybinds = false;
vimTmuxNavigatorKeybinds = false;
debug = false;
};
};
};
}