Skip to content

Commit 3acdee7

Browse files
authored
vimPlugins.nvim-rg: init at 2025-02-09 (#392785)
2 parents 7430c80 + f5ee76b commit 3acdee7

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

pkgs/applications/editors/vim/plugins/generated.nix

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10669,6 +10669,19 @@ final: prev:
1066910669
meta.hydraPlatforms = [ ];
1067010670
};
1067110671

10672+
nvim-rg = buildVimPlugin {
10673+
pname = "nvim-rg";
10674+
version = "2025-02-09";
10675+
src = fetchFromGitHub {
10676+
owner = "duane9";
10677+
repo = "nvim-rg";
10678+
rev = "38b221cefbfb57547c0c6952a1e049d840b2fdfb";
10679+
sha256 = "1wbgayyasli57p11751hackcmqcbaisca0kxbm24r67h3137yi23";
10680+
};
10681+
meta.homepage = "https://github.com/duane9/nvim-rg/";
10682+
meta.hydraPlatforms = [ ];
10683+
};
10684+
1067210685
nvim-rip-substitute = buildVimPlugin {
1067310686
pname = "nvim-rip-substitute";
1067410687
version = "2025-03-19";

pkgs/applications/editors/vim/plugins/vim-plugin-names

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -818,6 +818,7 @@ https://github.com/gennaro-tedesco/nvim-peekup/,,
818818
https://github.com/yorickpeterse/nvim-pqf/,HEAD,
819819
https://github.com/jamestthompson3/nvim-remote-containers/,HEAD,
820820
https://github.com/olrtg/nvim-rename-state/,HEAD,
821+
https://github.com/duane9/nvim-rg/,HEAD,
821822
https://github.com/chrisgrieser/nvim-rip-substitute/,,
822823
https://github.com/chrisgrieser/nvim-scissors/,HEAD,
823824
https://github.com/petertriho/nvim-scrollbar/,HEAD,

0 commit comments

Comments
 (0)