summaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2015-05-22 12:20:34 +0100
committerUrbain Vaes <urbain@vaes.uk>2015-05-22 12:20:34 +0100
commit67691dce643d0bd9df78865804df7847c6090667 (patch)
tree36bee9b844bf8a1a0fd5d207706b9772470549a1 /install.sh
parent2f5628ebbc2abe38211baaf1472ce2cbdc7d38ea (diff)
added plugins YCM and YCM_generator
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index a68cd40..ba23b6b 100755
--- a/install.sh
+++ b/install.sh
@@ -59,16 +59,18 @@ for author in "${!repos[@]}"; do
fi
done
-# Installing autoload package manager
+# Installing vim-plug vim package manager
cd $dir/nvim
if [ -e autoload ]; then
rm -rf autoload
fi
mkdir -p autoload
ln -s $dir/nvim/vim-plug/plug.vim $dir/nvim/autoload/plug.vim
+sudo pip install neovim
# Creating temporary file for mutt
cd $dir
+mkdir -p nvim/vimundo
mkdir -p mutt/temp
echo -e "\n*** Installation successful *** \n"