Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
Added jq as dependency for nvim-lspmanager
Browse files Browse the repository at this point in the history
  • Loading branch information
connorgmeean authored and NTBBloodbath committed Nov 4, 2021
1 parent 8c1f0df commit 1616098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contribute/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN pacman -Syy
RUN pacman -Sy neovim --noconfirm

# Install runtime dependencies of doom-nvim
RUN pacman -Sy ripgrep nodejs-lts-fermium npm git bash gcc --noconfirm
RUN pacman -Sy ripgrep nodejs-lts-fermium npm git bash gcc jq --noconfirm

# Required for watching Doom-nvim-contrib for changes
RUN npm i -g chokidar-cli
Expand Down

0 comments on commit 1616098

Please sign in to comment.