fix(docker): remove plugins that are built in

This commit is contained in:
João Paulo Dubas 2025-01-16 11:52:14 +00:00 committed by João Paulo Dubas
parent cfaebbdf37
commit 04af850938

View File

@ -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 \