Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sysadmin4j authored May 27, 2024
1 parent 59b66cb commit d5edcdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ RUN curl -f -L ${POWERLEVEL10K_URL} -o powerlevel10k.tar.gz && \
COPY --chown=${USERNAME} .config/nvim ${HOME}/.config/nvim

# nvim bootstrap (to avoid noice pop-up)
#RUN nvim --headless +"15sleep" +"qa!"
RUN nvim --headless +"15sleep" +"qa\!"
#RUN nvim --headless +"Lazy check" +"Lazy update" +"15sleep" +"qa!"
#RUN nvim --headless +"Mason" +"MasonInstall \
# lua-language-server \
Expand Down

0 comments on commit d5edcdb

Please sign in to comment.