mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-09 13:43:50 +00:00
vimPlugins.nvim-rip-substitute: init at 2024-08-30 (#340531)
This commit is contained in:
commit
59debcbe59
@ -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";
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user