summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2017-05-25 22:54:12 +0200
committerAhmed Abdelhalim <[email protected]>2017-05-25 23:52:46 +0200
commitef82aa09ebcffb3e86cc9bbd2af8ba712325484c (patch)
tree64b68a2b40279e24f13f43365359c45e0cddad9c /README.md
parent6e62db15971426fc44885b48f93314f6fb2c2682 (diff)
FEAT 🚀: move from Vundle to Plug manager
DOCS: 🤓 Plug install and update
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 2 insertions, 11 deletions
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 [email protected]: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 :