vimPlugins.Recover-vim: init at 2018-10-22

This commit is contained in:
Mario Rodas 2018-12-18 08:13:41 -05:00
parent 2bda02e6b8
commit a506fb228d
No known key found for this signature in database
GPG Key ID: 325649BCA6D53027
2 changed files with 11 additions and 0 deletions

View File

@ -1280,6 +1280,16 @@
};
};
Recover-vim = buildVimPluginFrom2Nix {
name = "Recover-vim-2018-10-22";
src = fetchFromGitHub {
owner = "chrisbra";
repo = "Recover.vim";
rev = "28195f7d1047515438c43a3ae8ac39648376412b";
sha256 = "03jd3jzq0b1djym448vyg0bvrkfrhk86djkbkyzajrsfj46ygs8q";
};
};
Rename = buildVimPluginFrom2Nix {
name = "Rename-2011-08-31";
src = fetchFromGitHub {

View File

@ -28,6 +28,7 @@ Chiel92/vim-autoformat
chikatoike/concealedyank.vim
chikatoike/sourcemap.vim
chrisbra/CheckAttach
chrisbra/Recover.vim
chrisbra/csv.vim
chrisgeo/sparkup
chriskempson/base16-vim