Skip to content

Commit

Permalink
nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
vnijs committed Apr 13, 2019
1 parent 79c3129 commit dbae138
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
3 changes: 3 additions & 0 deletions r-bionic/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ RUN apt-get update \
software-properties-common \
&& add-apt-repository --enable-source --yes "ppa:marutter/rrutter3.5" \
&& add-apt-repository --enable-source --yes "ppa:marutter/c2d4u3.5" \
&& add-apt-repository --yes "ppa:jonathonf/vim" \
&& add-apt-repository --yes "ppa:neovim-ppa/stable" \
&& apt-get update

RUN apt-get -y install --no-install-recommends\
Expand Down Expand Up @@ -71,6 +73,7 @@ RUN apt-get -y install --no-install-recommends\
## Utilities
RUN apt-get install -y \
vim \
neovim \
net-tools \
inetutils-ping \
curl \
Expand Down
11 changes: 9 additions & 2 deletions rsm-msba/spacevim/spacevim.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,19 @@ if [ ! -d "${HOMEDIR}/.SpaceVim.d" ]; then
rm .vim
ln -s .SpaceVim .vim
cd -
vim
nvim --headless +'call dein#install()' +qall
clear
echo ""
echo "-----------------------------------------------------"
echo "Starting SPACEVIM"
echo "-----------------------------------------------------"
echo ""
nvim
else
echo ""
echo "-----------------------------------------------------"
echo "Now that spacevim has been installed you should use"
echo "'vim' to start the spacevim application"
echo "'nvim' (or 'vim') to start the spacevim application"
echo "'svim' will now only show links to learn more about"
echo "vim and spacevim"
echo "-----------------------------------------------------"
Expand Down

0 comments on commit dbae138

Please sign in to comment.