Skip to content

Commit 857fd35

Browse files
authored
Merge branch 'master' into master
2 parents 26b839a + 3987ee7 commit 857fd35

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,16 @@
1212

1313
1. With [Vundle](https://github.com/gmarik/vundle): `echo "Plugin 'wakatime/vim-wakatime'" >> ~/.vimrc && vim +PluginInstall`
1414

15-
Or with [Pathogen](https://github.com/tpope/vim-pathogen): `cd ~/.vim/bundle && git clone git://github.com/wakatime/vim-wakatime.git`
15+
Or with [Pathogen](https://github.com/tpope/vim-pathogen): `cd ~/.vim/bundle && git clone https://github.com/wakatime/vim-wakatime.git`
1616

1717
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
1818
`:PlugInstall`
1919

2020
Or with [Packer](https://github.com/wbthomason/packer.nvim): add `use 'wakatime/vim-wakatime'` to your plugins file.
2121

22-
Or with [Lazy](https://github.com/folke/lazy.nvim.git): add to your plugins file.
22+
Or with [Vim 8+](https://www.vim.org/): `mkdir -p ~/.vim/pack/plugins/start && ~/.vim/pack/plugins/start && git clone https://github.com/wakatime/vim-wakatime.git`
23+
24+
Or with [Lazy.nvim](https://github.com/folke/lazy.nvim.git): add to your plugins file.
2325
```lua
2426
{
2527
"wakatime/vim-wakatime",
@@ -30,9 +32,11 @@
3032
}
3133
```
3234

33-
2. Enter your [api key](https://wakatime.com/settings#apikey), then press `enter`.
35+
3. Restart Vim.
36+
37+
4. If this is the first WakaTime plugin on your machine, enter your [API Key](https://wakatime.com/settings#apikey), then press `enter`.
3438

35-
3. Use Vim and your coding activity will be displayed on your [WakaTime dashboard](https://wakatime.com).
39+
5. Use Vim and your coding activity will be displayed on your [WakaTime dashboard](https://wakatime.com).
3640

3741

3842
## Screen Shots

0 commit comments

Comments
 (0)