Merge pull request #52483 from marsam/init-vimplugins-recover-vim
vimPlugins.Recover-vim: init at 2018-10-22
This commit is contained in:
commit
87e637df10
@ -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 {
|
Rename = buildVimPluginFrom2Nix {
|
||||||
name = "Rename-2011-08-31";
|
name = "Rename-2011-08-31";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
|
@ -28,6 +28,7 @@ Chiel92/vim-autoformat
|
|||||||
chikatoike/concealedyank.vim
|
chikatoike/concealedyank.vim
|
||||||
chikatoike/sourcemap.vim
|
chikatoike/sourcemap.vim
|
||||||
chrisbra/CheckAttach
|
chrisbra/CheckAttach
|
||||||
|
chrisbra/Recover.vim
|
||||||
chrisbra/csv.vim
|
chrisbra/csv.vim
|
||||||
chrisgeo/sparkup
|
chrisgeo/sparkup
|
||||||
chriskempson/base16-vim
|
chriskempson/base16-vim
|
||||||
|
Loading…
x
Reference in New Issue
Block a user