mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-27 19:18:57 +02:00
plugins: set myself (@GaetanLepage) as maintainer for several vim plugins
This commit is contained in:
parent
8b0eba515d
commit
f2de9a94c4
19 changed files with 43 additions and 1 deletions
|
@ -14,6 +14,8 @@ with helpers.vim-plugin;
|
|||
globalPrefix = "copilot_";
|
||||
deprecateExtraConfig = true;
|
||||
|
||||
maintainers = [maintainers.GaetanLepage];
|
||||
|
||||
options = {
|
||||
nodeCommand = mkDefaultOpt {
|
||||
global = "node_command";
|
||||
|
|
|
@ -16,6 +16,7 @@ with lib; {
|
|||
mkVimPlugin config {
|
||||
inherit name;
|
||||
extraPlugins = extraPlugins ++ (lists.optional useDefaultPackage pkgs.vimPlugins.${name});
|
||||
maintainers = [maintainers.GaetanLepage];
|
||||
};
|
||||
|
||||
pluginAndSourceNames = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue