feat: upgrade kickstart to latest commit

This commit is contained in:
Joao P Dubas
2024-03-03 22:47:36 +00:00
parent 8652ec708d
commit 6d1dd47d1f
3 changed files with 249 additions and 209 deletions

View File

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