Skip to content

Commit

Permalink
feat: install treesitter parsers in Docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
vicnett committed Nov 17, 2024
1 parent cf06fda commit ac82021
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ EOF
RUN <<-EOF
zsh -i -c -- '@zinit-scheduler burst'
nvim --headless "+Lazy! restore" +qa
nvim --headless "+TSUpdateSync" +qa
EOF

# Now that zsh is (or should be) installed, we can make the entrypoint an
Expand Down

0 comments on commit ac82021

Please sign in to comment.