mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
plugins/zotcite: init
This commit is contained in:
parent
818c2906e9
commit
b6c0cfab81
2 changed files with 13 additions and 0 deletions
8
plugins/by-name/zellij-nav/default.nix
Normal file
8
plugins/by-name/zellij-nav/default.nix
Normal 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 ];
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
empty = {
|
||||
plugins.zellij-nav.enable = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue