From c1d79520bf1a30f2ee7683eb4d139ff5874e2959 Mon Sep 17 00:00:00 2001 From: gK <22204443+yankskwesi@users.noreply.github.com> Date: Sat, 14 Jul 2018 02:47:12 -0400 Subject: [PATCH 1/7] Added installation and uninstallation instructions for vim-plug plugin manager --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index d96a8dd..55cb109 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,9 @@ Installation Or with [Pathogen](https://github.com/tpope/vim-pathogen): `cd ~/.vim/bundle && git clone git://github.com/wakatime/vim-wakatime.git` + Or with [Vim-plug](https://github.com/junegunn/vim-plug): add `Plug 'wakatime/vim-wakatime` to /.vimrc file, reload .vimrc with `:so ~/.vimrc`, + `:PlugInstall` to install. + 2. Enter your [api key](https://wakatime.com/settings#apikey), then press `enter`. 3. Use Vim and your coding activity will be displayed on your [WakaTime dashboard](https://wakatime.com). @@ -83,6 +86,14 @@ Uninstalling 3. Run in terminal: `vim +PluginClean`. +_If using vim-plug_ +**While in vim** + +1. Delete or comment out `Plug` command + +2. Reload vimrc (`:so ~/.vimrc`) or restart vim + +3. Run `:PlugClean`, it will detect and remove undeclared plugins. [wakatime-cli]: https://github.com/wakatime/wakatime [wakatime-cli-config]: https://github.com/wakatime/wakatime#configuring From 5bee4d442db5e838cf25c8ca8e962a29d4c3ed4e Mon Sep 17 00:00:00 2001 From: gK <22204443+yankskwesi@users.noreply.github.com> Date: Sat, 14 Jul 2018 03:01:09 -0400 Subject: [PATCH 2/7] Missed the API key portion, also fixed unistalltion indentation --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 55cb109..402e83d 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Installation Or with [Vim-plug](https://github.com/junegunn/vim-plug): add `Plug 'wakatime/vim-wakatime` to /.vimrc file, reload .vimrc with `:so ~/.vimrc`, `:PlugInstall` to install. -2. Enter your [api key](https://wakatime.com/settings#apikey), then press `enter`. +2. Enter your [api key](https://wakatime.com/settings#apikey), then press `enter`. _(does not apply to vim-plug)_ 3. Use Vim and your coding activity will be displayed on your [WakaTime dashboard](https://wakatime.com). @@ -87,6 +87,7 @@ Uninstalling 3. Run in terminal: `vim +PluginClean`. _If using vim-plug_ + **While in vim** 1. Delete or comment out `Plug` command From 8109b60d83b060133ef86310c1f78d36286e09c5 Mon Sep 17 00:00:00 2001 From: gK <22204443+yankskwesi@users.noreply.github.com> Date: Sat, 14 Jul 2018 03:02:39 -0400 Subject: [PATCH 3/7] Update README.md Switched italics and bolds --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 402e83d..4cec982 100644 --- a/README.md +++ b/README.md @@ -86,9 +86,9 @@ Uninstalling 3. Run in terminal: `vim +PluginClean`. -_If using vim-plug_ +**_If using vim-plug_** -**While in vim** +_While in vim_ 1. Delete or comment out `Plug` command From f8ae51cbe1012cc43db46d109073069fa7cd405b Mon Sep 17 00:00:00 2001 From: gK <22204443+yankskwesi@users.noreply.github.com> Date: Sat, 14 Jul 2018 03:04:19 -0400 Subject: [PATCH 4/7] Update README.md Missed an apostrophe --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4cec982..26f5f45 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Installation Or with [Pathogen](https://github.com/tpope/vim-pathogen): `cd ~/.vim/bundle && git clone git://github.com/wakatime/vim-wakatime.git` - Or with [Vim-plug](https://github.com/junegunn/vim-plug): add `Plug 'wakatime/vim-wakatime` to /.vimrc file, reload .vimrc with `:so ~/.vimrc`, + Or with [Vim-plug](https://github.com/junegunn/vim-plug): add `Plug 'wakatime/vim-wakatime'` to /.vimrc file, reload .vimrc with `:so ~/.vimrc`, `:PlugInstall` to install. 2. Enter your [api key](https://wakatime.com/settings#apikey), then press `enter`. _(does not apply to vim-plug)_ From 3e7ce0d2403da8e4833bf4645667c5d7480b1414 Mon Sep 17 00:00:00 2001 From: gK <22204443+yankskwesi@users.noreply.github.com> Date: Sat, 14 Jul 2018 12:21:28 -0400 Subject: [PATCH 5/7] Updated with format changes --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 402e83d..c8466e5 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,10 @@ Installation Or with [Pathogen](https://github.com/tpope/vim-pathogen): `cd ~/.vim/bundle && git clone git://github.com/wakatime/vim-wakatime.git` - Or with [Vim-plug](https://github.com/junegunn/vim-plug): add `Plug 'wakatime/vim-wakatime` to /.vimrc file, reload .vimrc with `:so ~/.vimrc`, + Or with [Vim-plug](https://github.com/junegunn/vim-plug): add `Plug 'wakatime/vim-wakatime` to .vimrc file, reload .vimrc with `:so ~/.vimrc`, `:PlugInstall` to install. -2. Enter your [api key](https://wakatime.com/settings#apikey), then press `enter`. _(does not apply to vim-plug)_ +2. Enter your [api key](https://wakatime.com/settings#apikey), then press `enter`. 3. Use Vim and your coding activity will be displayed on your [WakaTime dashboard](https://wakatime.com). @@ -90,7 +90,7 @@ _If using vim-plug_ **While in vim** -1. Delete or comment out `Plug` command +1. Delete or comment out `Plug` command from .vimrc file. 2. Reload vimrc (`:so ~/.vimrc`) or restart vim From 0c71d2d5cd0b126f10fc696931515488e0f70db5 Mon Sep 17 00:00:00 2001 From: gK <22204443+yankskwesi@users.noreply.github.com> Date: Sat, 14 Jul 2018 12:37:21 -0400 Subject: [PATCH 6/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bfb5a03..21ab848 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Installation Or with [Pathogen](https://github.com/tpope/vim-pathogen): `cd ~/.vim/bundle && git clone git://github.com/wakatime/vim-wakatime.git` Or with [Vim-plug](https://github.com/junegunn/vim-plug): add `Plug 'wakatime/vim-wakatime` to .vimrc file, reload .vimrc with `:so ~/.vimrc`, - `:PlugInstall` to install. + `:PlugInstall` to install. 2. Enter your [api key](https://wakatime.com/settings#apikey), then press `enter`. From dfc7efcf73f14d43ecdabf92fd22829b084e0600 Mon Sep 17 00:00:00 2001 From: gK <22204443+yankskwesi@users.noreply.github.com> Date: Sat, 14 Jul 2018 12:39:09 -0400 Subject: [PATCH 7/7] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 21ab848..68fae27 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ Installation Or with [Pathogen](https://github.com/tpope/vim-pathogen): `cd ~/.vim/bundle && git clone git://github.com/wakatime/vim-wakatime.git` - Or with [Vim-plug](https://github.com/junegunn/vim-plug): add `Plug 'wakatime/vim-wakatime` to .vimrc file, reload .vimrc with `:so ~/.vimrc`, - `:PlugInstall` to install. + Or with [Vim-plug](https://github.com/junegunn/vim-plug): add `Plug 'wakatime/vim-wakatime` to .vimrc file. While in vim reload .vimrc with `:so ~/.vimrc` or restart vim, enter + `:PlugInstall`. 2. Enter your [api key](https://wakatime.com/settings#apikey), then press `enter`.