remove treesitter from general

This commit is contained in:
2022-01-25 22:45:42 -07:00
parent 7406739b4a
commit dd6604972f
4 changed files with 23 additions and 18 deletions

View File

@@ -2,5 +2,7 @@ FROM alpine:latest
RUN apk update && apk add git curl
RUN sh -c "$(curl -fsLS git.io/chezmoi)" -- init --apply candrewlee14
RUN nvim --headless +'PlugInstall --sync' +qa
RUN nvim --headless -u ~/.config/nvim/coq_init.vim +'PlugInstall --sync' +qa
RUN nvim --headless -u ~/.config/nvim/cmp_init.vim +'PlugInstall --sync' +qa
ENTRYPOINT ["/bin/zsh"]