chore(nvim): update git to latest commit

Also, remove unused lsp servers:

* htmx
* r-language-server
This commit is contained in:
2024-10-09 11:37:57 +00:00
parent af3857f5bb
commit 16da5c648c
2 changed files with 7 additions and 9 deletions

View File

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