feat(nvim): upgrade kickstart to latest commit

This commit is contained in:
2024-04-08 13:56:25 +00:00
parent b32f23c057
commit 5a32a67400
2 changed files with 5 additions and 5 deletions

View File

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