chore: upgrade kickstart to latest version

Also add some treesitter parsers:

1. gitcommit
2. markdown_inline
3. toml
4. yaml
This commit is contained in:
Joao P Dubas
2023-11-24 12:45:53 +00:00
parent 6c1a8e92bc
commit 9f8b1fbe85
2 changed files with 10 additions and 6 deletions

View File

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