mirror of
https://github.com/nix-community/nixvim.git
synced 2026-09-25 07:49:51 -05:00
plugins/mini-keymap: init
This commit is contained in:
committed by
Austin Horstman
parent
6b2e98bc47
commit
79243692e9
@@ -0,0 +1,10 @@
|
||||
{ lib, ... }:
|
||||
lib.nixvim.plugins.mkNeovimPlugin {
|
||||
name = "mini-keymap";
|
||||
moduleName = "mini.keymap";
|
||||
packPathName = "mini.keymap";
|
||||
|
||||
maintainers = [ lib.maintainers.HeitorAugustoLN ];
|
||||
|
||||
hasSettings = false;
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
empty = {
|
||||
plugins.mini-keymap.enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user