summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Kummerlaender2019-03-08 15:18:45 +0100
committerAdrian Kummerlaender2019-03-08 15:18:45 +0100
commit4140f22d50932990fe0d6ace9414109d2e0aa0b6 (patch)
tree5e5e96722d22429b81cc6eaf6505ef472d8e9c0c
parentb169f5b27680f964a4dc0623c77a8ac0b901dd6e (diff)
downloadpkgs-4140f22d50932990fe0d6ace9414109d2e0aa0b6.tar
pkgs-4140f22d50932990fe0d6ace9414109d2e0aa0b6.tar.gz
pkgs-4140f22d50932990fe0d6ace9414109d2e0aa0b6.tar.bz2
pkgs-4140f22d50932990fe0d6ace9414109d2e0aa0b6.tar.lz
pkgs-4140f22d50932990fe0d6ace9414109d2e0aa0b6.tar.xz
pkgs-4140f22d50932990fe0d6ace9414109d2e0aa0b6.tar.zst
pkgs-4140f22d50932990fe0d6ace9414109d2e0aa0b6.zip
Add vim-fugitive
Dependency of vim-fzf's git integration.
-rw-r--r--pkgs/custom-neovim/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/custom-neovim/default.nix b/pkgs/custom-neovim/default.nix
index 422847e..25d7c68 100644
--- a/pkgs/custom-neovim/default.nix
+++ b/pkgs/custom-neovim/default.nix
@@ -44,6 +44,7 @@ in pkgs.neovim.override {
# git integration
vim-gitgutter
gina
+ fugitive
];
};