vimPlugins.nvim-rip-substitute: init at 2024-08-30 (#340531)

This commit is contained in:
Gaétan Lepage 2024-09-16 13:59:59 +02:00 committed by GitHub
commit 59debcbe59
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 13 additions and 0 deletions

View File

@ -8537,6 +8537,18 @@ final: prev:
meta.homepage = "https://github.com/olrtg/nvim-rename-state/";
};
nvim-rip-substitute = buildVimPlugin {
pname = "nvim-rip-substitute";
version = "2024-08-30";
src = fetchFromGitHub {
owner = "chrisgrieser";
repo = "nvim-rip-substitute";
rev = "4e5ed58d74d210b853255e3d1a4ab6410f3007b5";
sha256 = "0p6ycz1bq8j5xafn59kyn5xdashbir66gnzlqdpdmzmigw3z9vq1";
};
meta.homepage = "https://github.com/chrisgrieser/nvim-rip-substitute/";
};
nvim-scrollbar = buildVimPlugin {
pname = "nvim-scrollbar";
version = "2024-06-03";

View File

@ -717,6 +717,7 @@ https://github.com/gennaro-tedesco/nvim-peekup/,,
https://github.com/yorickpeterse/nvim-pqf/,HEAD,
https://github.com/jamestthompson3/nvim-remote-containers/,HEAD,
https://github.com/olrtg/nvim-rename-state/,HEAD,
https://github.com/chrisgrieser/nvim-rip-substitute/,,
https://github.com/petertriho/nvim-scrollbar/,HEAD,
https://github.com/dstein64/nvim-scrollview/,,
https://github.com/s1n7ax/nvim-search-and-replace/,HEAD,