feat(nvim): upgrade config to latest commit again

This commit is contained in:
2024-07-29 12:29:22 +00:00
parent 0f4f97830d
commit 790af516b3
2 changed files with 8 additions and 8 deletions

View File

@@ -183,7 +183,7 @@ COPY ./patch/kickstart.nvim/updates.patch /tmp
COPY ./config/nvim/lua/custom/plugins/init.lua /tmp
RUN git clone https://github.com/nvim-lua/kickstart.nvim.git "${XDG_CONFIG_HOME}"/nvim \
&& cd ${XDG_CONFIG_HOME}/nvim \
&& git reset --hard 56b9114bf29cdc0c0f5de78b5deae1fe0ab65db1 \
&& git reset --hard 84cc12354dbe0ebda180d445f54820def8c4638f \
&& git apply /tmp/updates.patch \
&& cp /tmp/init.lua ${XDG_CONFIG_HOME}/nvim/lua/custom/plugins \
&& nvim --headless "+Lazy! sync" +qa