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

vimPlugins.nvim-remote-containers: init at 2023-08-01

authored by figsoda and committed by GitHub 31bcb71f b7894535

+13
+12
pkgs/applications/editors/vim/plugins/generated.nix
··· 7353 meta.homepage = "https://github.com/yorickpeterse/nvim-pqf/"; 7354 }; 7355 7356 nvim-rename-state = buildVimPluginFrom2Nix { 7357 pname = "nvim-rename-state"; 7358 version = "2023-01-30";
··· 7353 meta.homepage = "https://github.com/yorickpeterse/nvim-pqf/"; 7354 }; 7355 7356 + nvim-remote-containers = buildVimPluginFrom2Nix { 7357 + pname = "nvim-remote-containers"; 7358 + version = "2023-08-01"; 7359 + src = fetchFromGitHub { 7360 + owner = "jamestthompson3"; 7361 + repo = "nvim-remote-containers"; 7362 + rev = "ac76b4b193962dfc0be872feeaf10756aea459e2"; 7363 + sha256 = "0ww40yw1fdlanl5wxisqn2c7qlagcn3nkxjafg3nbzd4spi5vg91"; 7364 + }; 7365 + meta.homepage = "https://github.com/jamestthompson3/nvim-remote-containers/"; 7366 + }; 7367 + 7368 nvim-rename-state = buildVimPluginFrom2Nix { 7369 pname = "nvim-rename-state"; 7370 version = "2023-01-30";
+1
pkgs/applications/editors/vim/plugins/vim-plugin-names
··· 617 https://github.com/ojroques/nvim-osc52/,, 618 https://github.com/gennaro-tedesco/nvim-peekup/,, 619 https://github.com/yorickpeterse/nvim-pqf/,HEAD, 620 https://github.com/olrtg/nvim-rename-state/,HEAD, 621 https://github.com/petertriho/nvim-scrollbar/,HEAD, 622 https://github.com/dstein64/nvim-scrollview/,,
··· 617 https://github.com/ojroques/nvim-osc52/,, 618 https://github.com/gennaro-tedesco/nvim-peekup/,, 619 https://github.com/yorickpeterse/nvim-pqf/,HEAD, 620 + https://github.com/jamestthompson3/nvim-remote-containers/,HEAD, 621 https://github.com/olrtg/nvim-rename-state/,HEAD, 622 https://github.com/petertriho/nvim-scrollbar/,HEAD, 623 https://github.com/dstein64/nvim-scrollview/,,