plugins/gitblame: completely drop helpers

This commit is contained in:
Gaetan Lepage 2024-08-04 10:37:52 +02:00 committed by GaetanLepage
parent f38400d959
commit 6f7cf23b22

View file

@ -1,6 +1,5 @@
{
lib,
helpers,
config,
pkgs,
...
@ -9,7 +8,7 @@ let
inherit (lib.nixvim) defaultNullOpts mkPackageOption;
types = lib.nixvim.nixvimTypes;
in
helpers.neovim-plugin.mkNeovimPlugin config {
lib.nixvim.neovim-plugin.mkNeovimPlugin config {
name = "gitblame";
originalName = "git-blame.nvim";
defaultPackage = pkgs.vimPlugins.git-blame-nvim;