We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c860ae5 commit e72dadaCopy full SHA for e72dada
.github/workflows/ci.yml
@@ -27,6 +27,11 @@ jobs:
27
echo "DOCKER_HOST_UID=$(id -u)" >> "$GITHUB_ENV"
28
echo "DOCKER_HOST_GID=$(id -g)" >> "$GITHUB_ENV"
29
30
+ - name: Prepare Vim config files for image build
31
+ run: |
32
+ cp .vimrc.dist .vimrc
33
+ cp .coc-settings.json.dist .coc-settings.json
34
+
35
- name: Set up Buildx
36
uses: docker/setup-buildx-action@v3
37
0 commit comments