vimPlugins.Recover-vim: init at 2018-10-22
This commit is contained in:
parent
2bda02e6b8
commit
a506fb228d
@ -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 {
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user