Skip to content

Commit

Permalink
fixes again for dein-installer.vim upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
tamago3keran committed May 2, 2024
1 parent 263aef5 commit 519658a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ RUN wget https://github.com/neovim/neovim/releases/download/v0.9.5/nvim-linux64.
rm nvim-linux64.tar.gz

RUN wget https://raw.githubusercontent.com/Shougo/dein-installer.vim/master/installer.sh && \
mkdir -p "${HOME}/.local/share/dein" && \
sh installer.sh "${HOME}/.local/share/dein" --use-neovim-config && \
rm installer.sh

Expand Down
1 change: 1 addition & 0 deletions dotfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ RUN wget https://github.com/neovim/neovim/releases/download/v0.9.5/nvim-linux64.
rm nvim-linux64.tar.gz

RUN wget https://raw.githubusercontent.com/Shougo/dein-installer.vim/master/installer.sh && \
mkdir -p "${HOME}/.local/share/dein" && \
sh installer.sh "${HOME}/.local/share/dein" --use-neovim-config && \
rm installer.sh

Expand Down
1 change: 1 addition & 0 deletions python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ RUN wget https://github.com/neovim/neovim/releases/download/v0.9.5/nvim-linux64.
rm nvim-linux64.tar.gz

RUN wget https://raw.githubusercontent.com/Shougo/dein-installer.vim/master/installer.sh && \
mkdir -p "${HOME}/.local/share/dein" && \
sh installer.sh "${HOME}/.local/share/dein" --use-neovim-config && \
rm installer.sh

Expand Down
1 change: 1 addition & 0 deletions react/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ RUN wget https://github.com/neovim/neovim/releases/download/v0.9.5/nvim-linux64.
rm nvim-linux64.tar.gz

RUN wget https://raw.githubusercontent.com/Shougo/dein-installer.vim/master/installer.sh && \
mkdir -p "${HOME}/.local/share/dein" && \
sh installer.sh "${HOME}/.local/share/dein" --use-neovim-config && \
rm installer.sh

Expand Down
1 change: 1 addition & 0 deletions ruby/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ RUN wget https://github.com/neovim/neovim/releases/download/v0.9.5/nvim-linux64.
rm nvim-linux64.tar.gz

RUN wget https://raw.githubusercontent.com/Shougo/dein-installer.vim/master/installer.sh && \
mkdir -p "${HOME}/.local/share/dein" && \
sh installer.sh "${HOME}/.local/share/dein" --use-neovim-config && \
rm installer.sh

Expand Down

0 comments on commit 519658a

Please sign in to comment.