nix-community.nixvim/tests/test-sources/plugins/utils/zellij.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
298 B
Nix
Raw Normal View History

2024-03-27 04:22:59 +00:00
{
empty = {
plugins.zellij.enable = true;
};
defaults = {
plugins.zellij = {
enable = true;
settings = {
path = "zellij";
replaceVimWindowNavigationKeybinds = false;
vimTmuxNavigatorKeybinds = false;
debug = false;
};
};
};
}