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:
@@ -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
|
||||
|
Reference in New Issue
Block a user