From ced09fb2a9d455ab52f06a06c65bf68763ffbe27 Mon Sep 17 00:00:00 2001 From: Alexander Nortung Date: Mon, 16 Jan 2023 23:05:56 +0100 Subject: [PATCH] fugitive: package option --- plugins/git/fugitive.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/git/fugitive.nix b/plugins/git/fugitive.nix index 4ea3dce1..729a7eb2 100644 --- a/plugins/git/fugitive.nix +++ b/plugins/git/fugitive.nix @@ -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