vimPlugins.nvim-parinfer: init at 2023-08-09

This commit is contained in:
José Luis Lafuente
2024-06-08 15:40:24 +02:00
parent e0858dca54
commit b035d8cc1b
2 changed files with 13 additions and 0 deletions
@@ -8136,6 +8136,18 @@ final: prev:
meta.homepage = "https://github.com/ojroques/nvim-osc52/";
};
nvim-parinfer = buildVimPlugin {
pname = "nvim-parinfer";
version = "2023-08-09";
src = fetchFromGitHub {
owner = "gpanders";
repo = "nvim-parinfer";
rev = "5ca09287ab3f4144f78ff7977fabc27466f71044";
sha256 = "0qci774sf7kxsq1a77nmis4zgjggf89w0j5ibzdbrw11cyv0nb3n";
};
meta.homepage = "https://github.com/gpanders/nvim-parinfer/";
};
nvim-peekup = buildVimPlugin {
pname = "nvim-peekup";
version = "2023-02-23";
@@ -687,6 +687,7 @@ https://github.com/yamatsum/nvim-nonicons/,,
https://github.com/rcarriga/nvim-notify/,,
https://github.com/LhKipp/nvim-nu/,HEAD,
https://github.com/ojroques/nvim-osc52/,,
https://github.com/gpanders/nvim-parinfer/,HEAD,
https://github.com/gennaro-tedesco/nvim-peekup/,,
https://github.com/yorickpeterse/nvim-pqf/,HEAD,
https://github.com/jamestthompson3/nvim-remote-containers/,HEAD,