Unverified Commit 31bcb71f authored by figsoda's avatar figsoda Committed by GitHub
Browse files

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

vimPlugins.nvim-remote-containers: init at 2023-08-01
parents b7894535 bea05181
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -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";
+1 −0
Original line number Diff line number Diff line
@@ -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/,,