From 67691dce643d0bd9df78865804df7847c6090667 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Fri, 22 May 2015 12:20:34 +0100 Subject: added plugins YCM and YCM_generator --- install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'install.sh') 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" -- cgit v1.2.3