vimPlugins.vim-search-pulse: init at 2017-01-05

This commit is contained in:
Arjan Schrijver 2022-04-08 15:18:10 +02:00
parent 8babfc3adf
commit de77577258
2 changed files with 13 additions and 0 deletions

View File

@ -10629,6 +10629,18 @@ final: prev:
meta.homepage = "https://github.com/tpope/vim-scriptease/";
};
vim-search-pulse = buildVimPluginFrom2Nix {
pname = "vim-search-pulse";
version = "2017-01-05";
src = fetchFromGitHub {
owner = "inside";
repo = "vim-search-pulse";
rev = "9f8f473e3813bd76ecb66e8d6182d96bda39b6df";
sha256 = "1xr90a8wvjfkgw1yrh0zcvpvp9ma6z0wqkl8v8pabf20vckgy2q0";
};
meta.homepage = "https://github.com/inside/vim-search-pulse/";
};
vim-sensible = buildVimPluginFrom2Nix {
pname = "vim-sensible";
version = "2019-11-24";

View File

@ -891,6 +891,7 @@ https://github.com/mhinz/vim-sayonara/,7e774f58c5865d9c10d40396850b35ab95af17c5,
https://github.com/derekwyatt/vim-scala/,,
https://github.com/thinca/vim-scouter/,,
https://github.com/tpope/vim-scriptease/,,
https://github.com/inside/vim-search-pulse/,,
https://github.com/tpope/vim-sensible/,,
https://github.com/guns/vim-sexp/,,
https://github.com/tpope/vim-sexp-mappings-for-regular-people/,,