plugins/kitty-navigator: init

This commit is contained in:
Gaetan Lepage 2025-06-09 12:44:34 +02:00
parent 2b6f694b48
commit aef85f3d41
2 changed files with 38 additions and 0 deletions

View file

@ -0,0 +1,13 @@
{ lib, ... }:
lib.nixvim.plugins.mkVimPlugin {
name = "kitty-navigator";
package = "vim-kitty-navigator";
globalPrefix = "kitty_navigator_";
maintainers = [ lib.maintainers.GaetanLepage ];
settingsExample = {
enable_stack_layout = 1;
};
}