Skip to content

Commit

Permalink
helpers/vim-plugin/mkVimPlugin: remove useless 'options' argument
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Mar 25, 2024
1 parent 2b2e9f9 commit 4d471f0
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion lib/vim-plugin.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ with lib; {
# options
originalName ? name,
defaultPackage ? null,
options ? {},
settingsOptions ? {},
settingsExample ? null,
globalPrefix ? "",
Expand Down
1 change: 0 additions & 1 deletion plugins/git/fugitive.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,4 @@ helpers.vim-plugin.mkVimPlugin config {
maintainers = [lib.maintainers.GaetanLepage];

# In typical tpope fashion, this plugin has no config options
options = {};
}
3 changes: 0 additions & 3 deletions plugins/languages/nix.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,4 @@ helpers.vim-plugin.mkVimPlugin config {
defaultPackage = pkgs.vimPlugins.vim-nix;

maintainers = [lib.maintainers.GaetanLepage];

# Possibly add option to disable Treesitter highlighting if this is installed
options = {};
}
3 changes: 1 addition & 2 deletions plugins/utils/endwise.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@ helpers.vim-plugin.mkVimPlugin config {

maintainers = [lib.maintainers.GaetanLepage];

# Yes it's really not configurable
options = {};
# This plugin has no config options
}

0 comments on commit 4d471f0

Please sign in to comment.