helpers/mkPlugin: add extraConfig option

This commit is contained in:
Gaetan Lepage 2024-01-07 11:01:13 +01:00 committed by Gaétan Lepage
parent 563ab0660b
commit 97fb6d6a29
3 changed files with 39 additions and 7 deletions

View file

@ -13,6 +13,6 @@ in
package = pkgs.vimPlugins.vim-fugitive;
extraPackages = [pkgs.git];
# In typical tpope fashin, this plugin has no config options
# In typical tpope fashion, this plugin has no config options
options = {};
}