Merge pull request #253769 from vinnymeller/init-nvim-remote-containers

vimPlugins.nvim-remote-containers: init at 2023-08-01
This commit is contained in:
figsoda
2023-09-13 09:23:33 -04:00
committed by GitHub
2 changed files with 13 additions and 0 deletions
@@ -7353,6 +7353,18 @@ final: prev:
meta.homepage = "https://github.com/yorickpeterse/nvim-pqf/";
};
nvim-remote-containers = buildVimPluginFrom2Nix {
pname = "nvim-remote-containers";
version = "2023-08-01";
src = fetchFromGitHub {
owner = "jamestthompson3";
repo = "nvim-remote-containers";
rev = "ac76b4b193962dfc0be872feeaf10756aea459e2";
sha256 = "0ww40yw1fdlanl5wxisqn2c7qlagcn3nkxjafg3nbzd4spi5vg91";
};
meta.homepage = "https://github.com/jamestthompson3/nvim-remote-containers/";
};
nvim-rename-state = buildVimPluginFrom2Nix {
pname = "nvim-rename-state";
version = "2023-01-30";
@@ -617,6 +617,7 @@ https://github.com/LhKipp/nvim-nu/,HEAD,
https://github.com/ojroques/nvim-osc52/,,
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/petertriho/nvim-scrollbar/,HEAD,
https://github.com/dstein64/nvim-scrollview/,,