Skip to content

Commit

Permalink
plugins: set myself (@GaetanLepage) as maintainer for several vim plu…
Browse files Browse the repository at this point in the history
…gins
  • Loading branch information
GaetanLepage committed Mar 4, 2024
1 parent 8b0eba5 commit f2de9a9
Show file tree
Hide file tree
Showing 19 changed files with 43 additions and 1 deletion.
2 changes: 2 additions & 0 deletions plugins/completion/copilot-vim.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ with helpers.vim-plugin;
globalPrefix = "copilot_";
deprecateExtraConfig = true;

maintainers = [maintainers.GaetanLepage];

options = {
nodeCommand = mkDefaultOpt {
global = "node_command";
Expand Down
1 change: 1 addition & 0 deletions plugins/completion/nvim-cmp/cmp-helpers.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ with lib; {
mkVimPlugin config {
inherit name;
extraPlugins = extraPlugins ++ (lists.optional useDefaultPackage pkgs.vimPlugins.${name});
maintainers = [maintainers.GaetanLepage];
};

pluginAndSourceNames = {
Expand Down
3 changes: 3 additions & 0 deletions plugins/git/fugitive.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
config,
lib,
helpers,
pkgs,
...
Expand All @@ -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 = {};
}
2 changes: 2 additions & 0 deletions plugins/languages/ledger.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ with helpers.vim-plugin;
defaultPackage = pkgs.vimPlugins.vim-ledger;
globalPrefix = "ledger_";

maintainers = [maintainers.GaetanLepage];

# TODO introduced 2024-03-02: remove 2024-05-02
deprecateExtraConfig = true;
optionsRenamedToSettings = [
Expand Down
2 changes: 2 additions & 0 deletions plugins/languages/markdown-preview.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ with helpers.vim-plugin;
globalPrefix = "mkdp_";
deprecateExtraConfig = true;

maintainers = [maintainers.GaetanLepage];

options = {
autoStart = mkDefaultOpt {
global = "auto_start";
Expand Down
3 changes: 3 additions & 0 deletions plugins/languages/nix.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
config,
lib,
helpers,
pkgs,
...
Expand All @@ -9,6 +10,8 @@ helpers.vim-plugin.mkVimPlugin config {
originalName = "vim-nix";
defaultPackage = pkgs.vimPlugins.vim-nix;

maintainers = [lib.maintainers.GaetanLepage];

# Possibly add option to disable Treesitter highlighting if this is installed
options = {};
}
3 changes: 3 additions & 0 deletions plugins/languages/tagbar.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
helpers,
config,
pkgs,
lib,
...
}:
helpers.vim-plugin.mkVimPlugin config {
Expand All @@ -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;

Expand Down
2 changes: 2 additions & 0 deletions plugins/languages/vim-slime.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ with helpers.vim-plugin;
defaultPackage = pkgs.vimPlugins.vim-slime;
globalPrefix = "slime_";

maintainers = [maintainers.GaetanLepage];

# TODO introduced 2024-03-02: remove 2024-05-02
deprecateExtraConfig = true;
optionsRenamedToSettings = [
Expand Down
2 changes: 2 additions & 0 deletions plugins/languages/zig.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ with helpers.vim-plugin;
defaultPackage = pkgs.vimPlugins.zig-vim;
globalPrefix = "zig_";

maintainers = [maintainers.GaetanLepage];

# TODO introduced 2024-03-02: remove 2024-05-02
deprecateExtraConfig = true;
imports = [
Expand Down
2 changes: 2 additions & 0 deletions plugins/statuslines/airline.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ with helpers.vim-plugin;
globalPrefix = "airline_";
deprecateExtraConfig = true;

maintainers = [maintainers.GaetanLepage];

options =
(
listToAttrs (
Expand Down
2 changes: 2 additions & 0 deletions plugins/utils/emmet.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ with helpers.vim-plugin;
defaultPackage = pkgs.vimPlugins.emmet-vim;
globalPrefix = "user_emmet_";

maintainers = [maintainers.GaetanLepage];

# TODO introduced 2024-03-01: remove 2024-05-01
deprecateExtraConfig = true;
optionsRenamedToSettings = [
Expand Down
3 changes: 3 additions & 0 deletions plugins/utils/endwise.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
config,
lib,
pkgs,
helpers,
...
Expand All @@ -9,6 +10,8 @@ helpers.vim-plugin.mkVimPlugin config {
originalName = "vim-endwise";
defaultPackage = pkgs.vimPlugins.vim-endwise;

maintainers = [lib.maintainers.GaetanLepage];

# Yes it's really not configurable
options = {};
}
2 changes: 2 additions & 0 deletions plugins/utils/goyo.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ with lib;
defaultPackage = pkgs.vimPlugins.goyo-vim;
globalPrefix = "goyo_";

maintainers = [maintainers.GaetanLepage];

# TODO introduced 2024-03-01: remove 2024-05-01
deprecateExtraConfig = true;
optionsRenamedToSettings = [
Expand Down
2 changes: 2 additions & 0 deletions plugins/utils/instant.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ with helpers.vim-plugin;
defaultPackage = pkgs.vimPlugins.instant-nvim;
globalPrefix = "instant_";

maintainers = [maintainers.GaetanLepage];

# TODO introduced 2024-03-02: remove 2024-05-02
deprecateExtraConfig = true;
optionsRenamedToSettings = [
Expand Down
2 changes: 2 additions & 0 deletions plugins/utils/magma-nvim.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ with helpers.vim-plugin;
defaultPackage = pkgs.vimPlugins.magma-nvim-goose;
globalPrefix = "magma_";

maintainers = [maintainers.GaetanLepage];

# TODO introduced 2024-03-02: remove 2024-05-02
deprecateExtraConfig = true;
optionsRenamedToSettings = [
Expand Down
2 changes: 2 additions & 0 deletions plugins/utils/molten.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ with helpers.vim-plugin;
defaultPackage = pkgs.vimPlugins.molten-nvim;
globalPrefix = "molten_";

maintainers = [maintainers.GaetanLepage];

# TODO introduced 2024-03-01: remove 2024-05-01
deprecateExtraConfig = true;
optionsRenamedToSettings = [
Expand Down
2 changes: 2 additions & 0 deletions plugins/utils/startify.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ with helpers.vim-plugin;
globalPrefix = "startify_";
deprecateExtraConfig = true;

maintainers = [maintainers.GaetanLepage];

options = {
sessionDir = mkDefaultOpt {
description = "Directory to save/load session";
Expand Down
3 changes: 3 additions & 0 deletions plugins/utils/surround.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
config,
lib,
helpers,
pkgs,
...
Expand All @@ -8,4 +9,6 @@ helpers.vim-plugin.mkVimPlugin config {
name = "surround";
originalName = "surround.vim";
defaultPackage = pkgs.vimPlugins.surround;

maintainers = [lib.maintainers.GaetanLepage];
}
4 changes: 3 additions & 1 deletion plugins/utils/undotree.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ with helpers.vim-plugin;
name = "undotree";
defaultPackage = pkgs.vimPlugins.undotree;
globalPrefix = "undotree_";
deprecateExtraConfig = true;

maintainers = [maintainers.GaetanLepage];

# TODO introduced 2024-02-22: remove 2024-04-22
deprecateExtraConfig = true;
imports = let
basePluginPath = ["plugins" "undotree"];
in
Expand Down

0 comments on commit f2de9a9

Please sign in to comment.