Skip to content

Commit

Permalink
update coc.nvim config
Browse files Browse the repository at this point in the history
  • Loading branch information
Wes974 committed Sep 7, 2020
1 parent 188c5e1 commit 43a9436
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ COPY ./dotfiles dotfiles
RUN cp -r dotfiles/nvim $HOME/.config/nvim && \
cp dotfiles/zshrc $HOME/.zshrc && \
cp dotfiles/p10k.zsh $HOME/.p10k.zsh && \
nvim --headless +PlugInstall +qall && \
timeout 2m nvim --headless +CocUpdate; exit 0
nvim --headless +PlugInstall +qall
RUN timeout 1m nvim --headless +CocUpdate; exit 0

WORKDIR /home

0 comments on commit 43a9436

Please sign in to comment.