chore(nvim): upgrade kickstart to latest commit

This commit is contained in:
2024-08-16 14:14:33 +00:00
parent 0c46af9ea9
commit fdfb8c55f4
2 changed files with 7 additions and 7 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 84cc12354dbe0ebda180d445f54820def8c4638f \
&& git reset --hard 186018483039b20dc39d7991e4fb28090dd4750e \
&& git apply /tmp/updates.patch \
&& cp /tmp/init.lua ${XDG_CONFIG_HOME}/nvim/lua/custom/plugins \
&& nvim --headless "+Lazy! sync" +qa