feat: upgrade kickstart.nvim to latest commit (#28)

Also, fix an issue with the dry run patch target and improve the setup of different LSPs for elixir.

Reviewed-on: #28
This commit is contained in:
2024-02-12 23:51:30 +00:00
parent dcd86789e7
commit d8aa29893e
3 changed files with 23 additions and 17 deletions

View File

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