forked from luna/vim-rana-local
Missed the API key portion, also fixed unistalltion indentation
This commit is contained in:
parent
c1d79520bf
commit
5bee4d442d
1 changed files with 2 additions and 1 deletions
|
@ -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`,
|
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`.
|
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).
|
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`.
|
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
|
1. Delete or comment out `Plug` command
|
||||||
|
|
Loading…
Reference in a new issue