mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
Merge pull request #166776 from arjan-s/init-vimplugin-search-pulse
vimPlugins.vim-search-pulse: init at 2017-01-05
This commit is contained in:
commit
fdfe3394b9
@ -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 = "2022-04-11";
|
||||
|
@ -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/,,
|
||||
|
Loading…
Reference in New Issue
Block a user