plugins/zellij: init

This commit is contained in:
Haseeb Majid 2024-03-27 04:22:59 +00:00 committed by Gaétan Lepage
parent f1cb9f0746
commit 4012cdbbf1
3 changed files with 58 additions and 0 deletions

View file

@ -0,0 +1,18 @@
{
empty = {
plugins.zellij.enable = true;
};
defaults = {
plugins.zellij = {
enable = true;
settings = {
path = "zellij";
replaceVimWindowNavigationKeybinds = false;
vimTmuxNavigatorKeybinds = false;
debug = false;
};
};
};
}