mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-22 08:53:28 +02:00
plugins/gitblame: completely drop helpers
This commit is contained in:
parent
f38400d959
commit
6f7cf23b22
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue