Merge pull request #102229 from tuxinaut/add-vim-plugin-sudoedit

vimPlugins.SudoEdit-vim: init at 2020-02-27
This commit is contained in:
Sandro 2020-11-25 23:07:33 +01:00 committed by GitHub
commit 12e433f38f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 0 deletions

View File

@ -3527,6 +3527,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