chore(nvim): upgrade kicktstart to latest version

Also change the theme from onedark to bw
This commit is contained in:
Joao P Dubas
2024-01-29 16:41:07 -03:00
parent cefafaee82
commit 1b8e518623
3 changed files with 55 additions and 14 deletions

View File

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