Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sysadmin4j authored May 28, 2024
1 parent a44ffb9 commit c1d3fc5
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 @@ -77,7 +77,7 @@ COPY --chown=${USERNAME} .config/nvim ${HOME}/.config/nvim

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

0 comments on commit c1d3fc5

Please sign in to comment.