mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
Added missing git package in fugitive and neogit (#42)
* Added git to extra packages * Added missing git package in fugitive and neogit
This commit is contained in:
parent
8fffcdcbc4
commit
31b38e5649
3 changed files with 6 additions and 2 deletions
|
@ -221,6 +221,8 @@ in
|
|||
plenary-nvim
|
||||
] ++ optional cfg.integrations.diffview diffview-nvim;
|
||||
|
||||
extraPackages = [ pkgs.git ];
|
||||
|
||||
extraConfigLua = ''
|
||||
require('neogit').setup(${setupOptions})
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue