feat(nvim): add missing treesitter parsers (#37)

Also, upgrade kickstart to the latest commit.

Reviewed-on: #37
This commit is contained in:
2024-04-08 18:24:28 +00:00
parent 7b2e71ab9c
commit bc3fc1b6b3
2 changed files with 8 additions and 5 deletions

View File

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