This commit is contained in:
Guilhem Saurel 2025-08-01 20:10:26 +01:00 committed by GitHub
commit ce1557a5cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 18 additions and 0 deletions

View file

@ -0,0 +1,7 @@
{ lib, ... }:
lib.nixvim.plugins.mkNeovimPlugin {
name = "kitty-scrollback";
package = "kitty-scrollback-nvim";
maintainers = [ lib.maintainers.nim65s ];
}

View file

@ -0,0 +1,11 @@
{
empty = {
plugins.kitty-scrollback.enable = true;
};
defaults = {
plugins.kitty-scrollback = {
enable = true;
};
};
}