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