diff options
author | Urbain Vaes <urbain@vaes.uk> | 2015-05-22 12:20:34 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2015-05-22 12:20:34 +0100 |
commit | 67691dce643d0bd9df78865804df7847c6090667 (patch) | |
tree | 36bee9b844bf8a1a0fd5d207706b9772470549a1 /install.sh | |
parent | 2f5628ebbc2abe38211baaf1472ce2cbdc7d38ea (diff) |
added plugins YCM and YCM_generator
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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" |