Merge pull request #166776 from arjan-s/init-vimplugin-search-pulse

vimPlugins.vim-search-pulse: init at 2017-01-05
main
Sandro 2 years ago committed by GitHub
commit fdfe3394b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      pkgs/applications/editors/vim/plugins/generated.nix
  2. 1
      pkgs/applications/editors/vim/plugins/vim-plugin-names

@ -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…
Cancel
Save