From 054e279c547263227176e4192c7d43c642724491 Mon Sep 17 00:00:00 2001 From: omri Date: Sat, 20 Apr 2024 21:08:04 +0300 Subject: [PATCH] ayes --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) 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