From ef82aa09ebcffb3e86cc9bbd2af8ba712325484c Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Thu, 25 May 2017 22:54:12 +0200 Subject: =?UTF-8?q?FEAT=20=F0=9F=9A=80:=20move=20from=20Vundle=20to=20Plug?= =?UTF-8?q?=20manager?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit DOCS: 🤓 Plug install and update --- README.md | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index d7a9a9b..2b05b1a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ ```sh git clone git@github.com:mad-raz/dotvim.git ~/.vim -git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim ``` #Create symlinks : @@ -13,21 +12,13 @@ ln -s ~/.vim/.vimrc ~/.vimrc #Installing Plugins : ```sh -vim +PluginInstall +qall -# Or from Vim -:PluginInstall +:PlugInstall ``` #Updating Plugins : ``` # Vim -:PluginUpdate -``` - -be sure to re-install YouCompleteMe after updating (specially Python) using -``` -cd ~/.vim/bundle/YouCompleteMe -./install.py +:PlugUpdate ``` #Dotfiles : -- cgit v1.2.3