fugitive: package option

This commit is contained in:
Alexander Nortung 2023-01-16 23:05:56 +01:00
parent 0154d0ae46
commit ced09fb2a9

View file

@ -5,7 +5,7 @@ in with helpers; with lib;
mkPlugin attrs {
name = "fugitive";
description = "Enable vim-fugitive";
extraPlugins = [ pkgs.vimPlugins.vim-fugitive ];
package = pkgs.vimPlugins.vim-fugitive;
extraPackages = [ pkgs.git ];
# In typical tpope fashin, this plugin has no config options