From 04af8509380d814b3e4e452552b94524eda2f5e6 Mon Sep 17 00:00:00 2001 From: Joao P Dubas Date: Thu, 16 Jan 2025 11:52:14 +0000 Subject: [PATCH] fix(docker): remove plugins that are built in --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index c9b5be8..0071db8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -190,7 +190,7 @@ RUN git clone https://github.com/nvim-lua/kickstart.nvim.git "${XDG_CONFIG_HOME} && cp /tmp/init.lua ${XDG_CONFIG_HOME}/nvim/lua/custom/plugins \ && nvim --headless "+Lazy! sync" +qa -# install rtx plugins +# install mise plugins RUN ${LOCAL_BIN_HOME}/mise plugins install --force --yes \ age \ awscli \ @@ -200,7 +200,6 @@ RUN ${LOCAL_BIN_HOME}/mise plugins install --force --yes \ ctlptl \ dagger \ eksctl \ - elixir \ eza \ fzf \ github-cli \ @@ -217,7 +216,6 @@ RUN ${LOCAL_BIN_HOME}/mise plugins install --force --yes \ poetry \ r \ ripgrep \ - rust \ starship \ task \ terraform \