From ee61d81b17a97ff516ece1761c70a22e4ed9d2db Mon Sep 17 00:00:00 2001
From: Moritz Maxeiner <mm@ucw.sh>
Date: Mon, 31 Aug 2020 13:25:31 +0200
Subject: [PATCH] Revert "[jupyterhub] add vim plugin"

This reverts commit 2a94bf2994036e22f9f1c13c7c8ce083b94bee11.
---
 jupyterhub/Dockerfile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/jupyterhub/Dockerfile b/jupyterhub/Dockerfile
index a490089..61f9180 100755
--- a/jupyterhub/Dockerfile
+++ b/jupyterhub/Dockerfile
@@ -31,8 +31,7 @@ RUN python${PYTHON_VERSION} -m pip --no-cache-dir install \
     python${PYTHON_VERSION} -m jupyter labextension install \
         jupyter-webrtc \
         ipyvolume \
-        jupyter-threejs \
-        jupyterlab_vim
+        jupyter-threejs
 
 RUN mkdir -p ~/.venv && \
     python${PYTHON_VERSION} -m venv ~/.venv/robofish && \
-- 
GitLab