mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
helpers/vim-plugin/mkVimPlugin: remove useless 'options' argument
This commit is contained in:
parent
2b2e9f962a
commit
4d471f04a5
4 changed files with 1 additions and 7 deletions
|
@ -22,7 +22,6 @@ with lib; {
|
|||
# options
|
||||
originalName ? name,
|
||||
defaultPackage ? null,
|
||||
options ? {},
|
||||
settingsOptions ? {},
|
||||
settingsExample ? null,
|
||||
globalPrefix ? "",
|
||||
|
|
|
@ -14,5 +14,4 @@ helpers.vim-plugin.mkVimPlugin config {
|
|||
maintainers = [lib.maintainers.GaetanLepage];
|
||||
|
||||
# In typical tpope fashion, this plugin has no config options
|
||||
options = {};
|
||||
}
|
||||
|
|
|
@ -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 = {};
|
||||
}
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue