diff --git a/setup_vim.sh b/setup_vim.sh index 032c0af..7ce8a0b 100644 --- a/setup_vim.sh +++ b/setup_vim.sh @@ -2,7 +2,7 @@ git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim cp ./vimrc ~/.vim/vimrc -ln ~/.vimrc ~/.vim/vimrc +ln -s ~/.vim/vimrc ~/.vimrc vim +PluginInstall +qall echo "dont forget to install / update YoucompleteMe"