From 6e4b24dbf6f44bfc7670ea118964a3924a3baa33 Mon Sep 17 00:00:00 2001 From: Guy Morrell <50144659+guymorrell@users.noreply.github.com> Date: Wed, 18 Dec 2019 14:32:19 +0000 Subject: [PATCH] Update setup_vim.sh Symbolic link arguments were backwards --- setup_vim.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"