Skip to content

Commit

Permalink
Don't install fkill-cli when running installer via ansible.
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Apr 15, 2018
1 parent 2922c82 commit 5c787ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions install.sh
Expand Up @@ -98,11 +98,10 @@ curl -fLo ~/.vim/autoload/plug.vim --create-dirs \

rm -rf ~/.vim/Trashed-Bundles ~/.vim/bundle

npm install --global fkill-cli

if [ "$skip_vim_plugin_install" = true ]
then
echo "Skip vim plug install. Is this run via ansible?"
else
vim -c ':PlugInstall'
npm install --global fkill-cli
fi

0 comments on commit 5c787ac

Please sign in to comment.