1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-17 07:52:47 +01:00
nixvim/tests/test-sources/plugins/by-name/zellij-nav/default.nix
2025-01-28 18:25:28 +01:00

5 lines
59 B
Nix

{
empty = {
plugins.zellij-nav.enable = true;
};
}