plugins/mini-keymap: init

This commit is contained in:
Heitor Augusto 2025-05-25 16:11:32 -03:00 committed by Austin Horstman
parent 6b2e98bc47
commit 79243692e9
2 changed files with 15 additions and 0 deletions

View file

@ -0,0 +1,10 @@
{ lib, ... }:
lib.nixvim.plugins.mkNeovimPlugin {
name = "mini-keymap";
moduleName = "mini.keymap";
packPathName = "mini.keymap";
maintainers = [ lib.maintainers.HeitorAugustoLN ];
hasSettings = false;
}