vimPlugins.nvim-rg: init at 2025-02-09 (#392785)

This commit is contained in:
Gaétan Lepage
2025-03-24 18:31:10 +01:00
committed by GitHub
2 changed files with 14 additions and 0 deletions
@@ -10669,6 +10669,19 @@ final: prev:
meta.hydraPlatforms = [ ];
};
nvim-rg = buildVimPlugin {
pname = "nvim-rg";
version = "2025-02-09";
src = fetchFromGitHub {
owner = "duane9";
repo = "nvim-rg";
rev = "38b221cefbfb57547c0c6952a1e049d840b2fdfb";
sha256 = "1wbgayyasli57p11751hackcmqcbaisca0kxbm24r67h3137yi23";
};
meta.homepage = "https://github.com/duane9/nvim-rg/";
meta.hydraPlatforms = [ ];
};
nvim-rip-substitute = buildVimPlugin {
pname = "nvim-rip-substitute";
version = "2025-03-19";
@@ -818,6 +818,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/duane9/nvim-rg/,HEAD,
https://github.com/chrisgrieser/nvim-rip-substitute/,,
https://github.com/chrisgrieser/nvim-scissors/,HEAD,
https://github.com/petertriho/nvim-scrollbar/,HEAD,