added some keybinds for zk-nvim.
This commit is contained in:
parent
3f420834b6
commit
c86b3bac98
|
@ -7,7 +7,6 @@
|
||||||
config = lib.mkIf config.user.nvim.enable {
|
config = lib.mkIf config.user.nvim.enable {
|
||||||
programs.nixvim = {
|
programs.nixvim = {
|
||||||
plugins.zk.enable = true;
|
plugins.zk.enable = true;
|
||||||
};
|
|
||||||
plugins.which-key.settings.spec = [
|
plugins.which-key.settings.spec = [
|
||||||
{
|
{
|
||||||
__unkeyed-1 = "<leader>z";
|
__unkeyed-1 = "<leader>z";
|
||||||
|
@ -35,4 +34,5 @@
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue