1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-15 23:12:48 +01:00

plugins/abolish: init.

This commit is contained in:
Fovir 2025-11-13 13:43:24 +08:00 committed by Gaétan Lepage
parent b51f31cef8
commit 6c2ac251d7
2 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1,7 @@
{ lib, ... }:
lib.nixvim.plugins.mkVimPlugin {
name = "abolish";
package = "vim-abolish";
maintainers = [ lib.maintainers.Fovir ];
}

View file

@ -0,0 +1,5 @@
{
empty = {
plugins.abolish.enable = true;
};
}