feat(nvim): upgrade kickstart to latest commit

This commit is contained in:
2024-03-29 20:28:39 +00:00
parent d9a33dc515
commit 137ea7fc2e
2 changed files with 10 additions and 8 deletions

View File

@@ -169,7 +169,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 773e482d4b40cec4095e4b60fbd753cb69b3f51b \
&& git reset --hard 93fde0556e82ead2a5392ccb678359fa59437b98 \
&& git apply /tmp/updates.patch \
&& cp /tmp/init.lua ${XDG_CONFIG_HOME}/nvim/lua/custom/plugins \
&& nvim --headless "+Lazy! sync" +qa