diff options
author | bloodstalker <thabogre@gmail.com> | 2020-09-03 20:36:52 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2020-09-03 20:36:52 +0000 |
commit | e2e51c96858a5e6d373d77ff8f7de13a6bd32887 (patch) | |
tree | 17193a982b6cb19d66425133e65c87ca359ff0ff /gotty/Dockerfile | |
parent | new gotty apline gotty image for mostly windows use (diff) | |
download | dockerimages-e2e51c96858a5e6d373d77ff8f7de13a6bd32887.tar.gz dockerimages-e2e51c96858a5e6d373d77ff8f7de13a6bd32887.zip |
added a line so that vim generates the helptags for all the vim plugins we're cloning
Diffstat (limited to '')
-rw-r--r-- | gotty/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |