Merge pull request #52483 from marsam/init-vimplugins-recover-vim

vimPlugins.Recover-vim: init at 2018-10-22
This commit is contained in:
Maximilian Bosch 2018-12-20 13:09:53 +01:00 committed by GitHub
commit 87e637df10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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