From e2e51c96858a5e6d373d77ff8f7de13a6bd32887 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Fri, 4 Sep 2020 01:06:52 +0430 Subject: added a line so that vim generates the helptags for all the vim plugins we're cloning --- gotty/Dockerfile | 1 + 1 file changed, 1 insertion(+) (limited to 'gotty/Dockerfile') diff --git a/gotty/Dockerfile b/gotty/Dockerfile index 1429ff5..bb7d64c 100644 --- a/gotty/Dockerfile +++ b/gotty/Dockerfile @@ -20,3 +20,4 @@ RUN git clone http://github.com/mbbill/undotree ~/.vim/bundle/undotree RUN git clone http://github.com/terminaldweller/fedora && cd fedora/baseline && cp ./.vimrc ~/.vimrc RUN go get github.com/yudai/gotty +RUN vim -T xterm +Helptags +qall -- cgit v1.2.3