plugins/blame-nvim: rename to blame

This commit is contained in:
Gaetan Lepage 2025-10-08 11:59:33 +02:00 committed by Gaétan Lepage
parent c074710027
commit 57006a3ace
2 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
{ lib, ... }:
lib.nixvim.plugins.mkNeovimPlugin {
name = "blame-nvim";
moduleName = "blame";
name = "blame";
package = "blame-nvim";
description = "fugitive.vim-style `git blame` visualizer for Neovim";
maintainers = [ lib.maintainers.axka ];