mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
Merge 5641c823a3
into 6a1a348ab1
This commit is contained in:
commit
f2b0f1e3f5
2 changed files with 15 additions and 0 deletions
10
plugins/by-name/mini-keymap/default.nix
Normal file
10
plugins/by-name/mini-keymap/default.nix
Normal 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;
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
empty = {
|
||||
plugins.mini-keymap.enable = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue