plugins: set myself (@GaetanLepage) as maintainer for several vim plugins

This commit is contained in:
Gaetan Lepage 2024-03-04 09:35:28 +01:00 committed by Gaétan Lepage
parent 8b0eba515d
commit f2de9a94c4
19 changed files with 43 additions and 1 deletions

View file

@ -1,5 +1,6 @@
{
config,
lib,
helpers,
pkgs,
...
@ -10,6 +11,8 @@ helpers.vim-plugin.mkVimPlugin config {
defaultPackage = pkgs.vimPlugins.vim-fugitive;
extraPackages = [pkgs.git];
maintainers = [lib.maintainers.GaetanLepage];
# In typical tpope fashion, this plugin has no config options
options = {};
}