mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-16 23:42:47 +01:00
8 lines
237 B
Nix
8 lines
237 B
Nix
{ lib, ... }:
|
|
lib.nixvim.plugins.mkNeovimPlugin {
|
|
name = "zellij-nav";
|
|
package = "zellij-nav-nvim";
|
|
description = "Seamless navigation between Neovim windows and Zellij panes.";
|
|
|
|
maintainers = [ lib.maintainers.GaetanLepage ];
|
|
}
|