Skip to content

Commit 174c497

Browse files
authored
Add devcontainer setup for VimL/Vim script (#912)
1 parent cc30869 commit 174c497

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.devcontainer/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ RUN mkdir -p ~/swift && wget https://swift.org/builds/swift-5.5-release/ubuntu20
8282
ENV PATH=$PATH:~/swift/usr/bin
8383

8484
# Setup viml
85-
## ?
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
8687

8788
# Setup whitespace
8889
## ?

0 commit comments

Comments
 (0)