mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-07 03:15:18 +02:00
fugitive: package option
This commit is contained in:
parent
0154d0ae46
commit
ced09fb2a9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue