From 3917e255a7fe181d5ee54384138b7a270fe5b230 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Wed, 4 Oct 2017 21:25:49 -0700 Subject: [PATCH] new vundle syntax --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6b2c9d9..83b4e14 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Installation 1. Install [Vundle](https://github.com/gmarik/vundle), the Vim plugin manager. 2. Using [Vundle](https://github.com/gmarik/vundle):
- `echo "Bundle 'wakatime/vim-wakatime'" >> ~/.vimrc && vim +BundleInstall` + `echo "Plugin 'wakatime/vim-wakatime'" >> ~/.vimrc && vim +PluginInstall` or using [Pathogen](https://github.com/tpope/vim-pathogen):
`cd ~/.vim/bundle && git clone git://github.com/wakatime/vim-wakatime.git` @@ -83,7 +83,11 @@ For more general troubleshooting info, see the [wakatime-cli Troubleshooting Sec Uninstalling ------------ -Remove `Bundle 'wakatime/vim-wakatime'` from your `.vimrc` file, then delete your `~/.wakatime.cfg` config file. +1. Remove `Plugin 'wakatime/vim-wakatime'` from your `.vimrc` file. + +2. Run in terminal: `rm ~/.wakatime.*`. + +3. Run in terminal: `vim +PluginClean`. [wakatime-cli]: https://github.com/wakatime/wakatime