plugins/zotcite: init

This commit is contained in:
Gaetan Lepage 2025-01-28 18:25:16 +01:00
parent 818c2906e9
commit b6c0cfab81
2 changed files with 13 additions and 0 deletions

View file

@ -0,0 +1,8 @@
{ lib, ... }:
lib.nixvim.plugins.mkNeovimPlugin {
name = "zellij-nav";
packPathName = "zellij-nav.nvim";
package = "zellij-nav-nvim";
maintainers = [ lib.maintainers.GaetanLepage ];
}

View file

@ -0,0 +1,5 @@
{
empty = {
plugins.zellij-nav.enable = true;
};
}