diff options
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 : |
