diff --git a/Dockerfile b/Dockerfile index df636d8..d097403 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,6 +25,9 @@ RUN $NVIM --headless -c "MasonInstall gopls delve gofumpt goimports-reviser gola # mason lua RUN $NVIM --headless -c "MasonInstall stylua lua-language-server" +q +# mason random formatters +RUN $NVIM --headless -c "MasonInstall taplo yamlfmt rustfmt" +q + # archive everything RUN mkdir /archive RUN cp -r /nvim-linux64 /archive