chore(nvim): upgrade kickstart.nvim (#2)

Upgrade kickstart.nvim to the latest commit, and adjust the patch to conform to the current state.

Co-authored-by: Joao P Dubas <joao.dubas@gmail.com>
Reviewed-on: #2
This commit is contained in:
2023-10-15 19:46:17 +00:00
parent 2c083afa56
commit fa879a6772
2 changed files with 37 additions and 37 deletions

View File

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