From 22c9669328725c84085bb47ba3f6435753153de2 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sat, 16 Jun 2018 16:55:31 +0200 Subject: Update Vim config --- pkgs/vim/plugins.nix | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'pkgs/vim/plugins.nix') diff --git a/pkgs/vim/plugins.nix b/pkgs/vim/plugins.nix index e410df5..654f63a 100644 --- a/pkgs/vim/plugins.nix +++ b/pkgs/vim/plugins.nix @@ -35,6 +35,14 @@ in { sha256 = "0fl9kvp799l3nzy8lnjcb0y1hr3g1ba8n9v2mx83yaqdma0rvhi1"; }; }; + "vim-git-commit-viewer" = buildVimPlugin { + name = "vim-git-commit-viewer"; + src = fetchgit { + url = "https://github.com/junegunn/gv.vim"; + rev = "7ee1ca8201a0e9f95ba5dd3ec344e3ce71d61d8e"; + sha256 = "0r0j8l0sm3xgb3hgmf0zm48mgj97nlkspg3jgv817nhwsl8pyc44"; + }; + }; "vim-color-akr" = buildVimPlugin { name = "vim-color-akr"; src = ./conf/vim-color-akr; -- cgit v1.2.3