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

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

@ -2,6 +2,7 @@
helpers,
config,
pkgs,
lib,
...
}:
helpers.vim-plugin.mkVimPlugin config {
@ -10,6 +11,8 @@ helpers.vim-plugin.mkVimPlugin config {
globalPrefix = "tagbar_";
extraPackages = [pkgs.ctags];
maintainers = [lib.maintainers.GaetanLepage];
# TODO introduced 2024-02-12: remove 2024-04-12
deprecateExtraConfig = true;