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