vimPlugins.vim-sexp: init at 2017-05-15

This commit is contained in:
Galen Abell
2019-10-29 12:16:34 +01:00
committed by Jon
parent ae74169450
commit c07850c5cf
2 changed files with 12 additions and 0 deletions

View File

@@ -4777,6 +4777,17 @@ let
};
};
vim-sexp = buildVimPluginFrom2Nix {
pname = "vim-sexp";
version = "2017-05-15";
src = fetchFromGitHub {
owner = "guns";
repo = "vim-sexp";
rev = "12292941903d9ac8151513189d2007e1ccfc95f0";
sha256 = "1mfqbmrbqgnsc34pmcsrc0c5zvgxhhnw4hx4g5wbssfk1ddyx6y0";
};
};
vim-signature = buildVimPluginFrom2Nix {
pname = "vim-signature";
version = "2018-07-06";