We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc30869 commit 174c497Copy full SHA for 174c497
.devcontainer/Dockerfile
@@ -82,7 +82,8 @@ RUN mkdir -p ~/swift && wget https://swift.org/builds/swift-5.5-release/ubuntu20
82
ENV PATH=$PATH:~/swift/usr/bin
83
84
# Setup viml
85
-## ?
+# To run vim script commands use `/usr/bin/vim -c ":source %" <path_to_file>`
86
+RUN export DEBIAN_FRONTEND=noninteractive && apt-get -y install --no-install-recommends vim
87
88
# Setup whitespace
89
## ?
0 commit comments