summaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2015-05-22 13:50:28 +0100
committerUrbain Vaes <urbain@vaes.uk>2015-05-22 13:50:28 +0100
commit677806e0d06cde5fa6245f9e6db92f2ec71539b1 (patch)
tree8ecea52c09df661a95f7ac5c2aecb15d34ef174c /install.sh
parenta47b7d8aad8e39eb25342fa26d1e3a4222b0871a (diff)
parent950154571fdab323d76650b1371fb9efe75615fa (diff)
Merge branch 'master' of github.com:uvaes/dotfiles
Conflicts: nvimrc
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 2fb023f..24259b3 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 auxiliary files for mutt
cd $dir
+mkdir -p nvim/vimundo
mkdir -p mutt/temp
mkdir -p mutt/cache
mkdir -p mutt/cache/bodies