Updated with format changes
This commit is contained in:
parent
5bee4d442d
commit
3e7ce0d240
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue