summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-09-13 09:23:33 -0400
committerGitHub <noreply@github.com>2023-09-13 09:23:33 -0400
commit31bcb71ff91ae8ede5c92ed7335b01fc8269b36d (patch)
treec8035ccae40ab3aa8c4ed5030107f5ebafb8496f /pkgs/applications/editors
parentb78945351489ad4bd1891ed4dfa481bf6d975c74 (diff)
parentbea05181f8188997e127709031cdd8db805944ce (diff)
downloadnixpkgs-31bcb71ff91ae8ede5c92ed7335b01fc8269b36d.tar
nixpkgs-31bcb71ff91ae8ede5c92ed7335b01fc8269b36d.tar.gz
nixpkgs-31bcb71ff91ae8ede5c92ed7335b01fc8269b36d.tar.bz2
nixpkgs-31bcb71ff91ae8ede5c92ed7335b01fc8269b36d.tar.lz
nixpkgs-31bcb71ff91ae8ede5c92ed7335b01fc8269b36d.tar.xz
nixpkgs-31bcb71ff91ae8ede5c92ed7335b01fc8269b36d.tar.zst
nixpkgs-31bcb71ff91ae8ede5c92ed7335b01fc8269b36d.zip
Merge pull request #253769 from vinnymeller/init-nvim-remote-containers
vimPlugins.nvim-remote-containers: init at 2023-08-01
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/vim/plugins/generated.nix12
-rw-r--r--pkgs/applications/editors/vim/plugins/vim-plugin-names1
2 files changed, 13 insertions, 0 deletions
diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix
index 0a7759dde7b..31bde17bbca 100644
--- a/pkgs/applications/editors/vim/plugins/generated.nix
+++ b/pkgs/applications/editors/vim/plugins/generated.nix
@@ -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";
diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names
index 4b9ad1d45e0..777d9b8da78 100644
--- a/pkgs/applications/editors/vim/plugins/vim-plugin-names
+++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names
@@ -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/,,