vimPlugins.SudoEdit-vim: init at 2020-02-27

This commit is contained in:
Denny Schäfer 2020-10-31 14:02:09 +01:00
parent f28c4a120f
commit 8c00acab27
No known key found for this signature in database
GPG Key ID: D4D1CCC502DF107D
2 changed files with 13 additions and 0 deletions

View File

@ -3251,6 +3251,18 @@ let
meta.homepage = "https://github.com/darfink/starsearch.vim/";
};
SudoEdit-vim = buildVimPluginFrom2Nix {
pname = "SudoEdit-vim";
version = "2020-02-27";
src = fetchFromGitHub {
owner = "chrisbra";
repo = "SudoEdit.vim";
rev = "e203eada5b563e9134ce2aae26b09edae0904fd7";
sha256 = "0pf9iix50pw3p430ky51rv11ra1hppdpwa5flzcd5kciybr76n0n";
};
meta.homepage = "https://github.com/chrisbra/SudoEdit.vim/";
};
supertab = buildVimPluginFrom2Nix {
pname = "supertab";
version = "2020-10-01";

View File

@ -48,6 +48,7 @@ chrisbra/CheckAttach
chrisbra/csv.vim
chrisbra/NrrwRgn
chrisbra/Recover.vim
chrisbra/SudoEdit.vim
chrisbra/unicode.vim
chrisgeo/sparkup
chriskempson/base16-vim