diff options
| author | Ahmed Abdelhalim <[email protected]> | 2017-05-25 22:54:12 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2017-05-25 23:52:46 +0200 |
| commit | ef82aa09ebcffb3e86cc9bbd2af8ba712325484c (patch) | |
| tree | 64b68a2b40279e24f13f43365359c45e0cddad9c /README.md | |
| parent | 6e62db15971426fc44885b48f93314f6fb2c2682 (diff) | |
FEAT 🚀: move from Vundle to Plug manager
DOCS: 🤓 Plug install and update
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 13 |
1 files changed, 2 insertions, 11 deletions
@@ -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 : |
