mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
vimPlugins.nvim-rg: init at 2025-02-09
This commit is contained in:
parent
7886d980f8
commit
f5ee76b15d
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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue