You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,14 +12,16 @@
12
12
13
13
1. With [Vundle](https://github.com/gmarik/vundle): `echo "Plugin 'wakatime/vim-wakatime'" >> ~/.vimrc && vim +PluginInstall`
14
14
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`
16
16
17
17
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
18
18
`:PlugInstall`
19
19
20
20
Or with [Packer](https://github.com/wbthomason/packer.nvim): add `use 'wakatime/vim-wakatime'` to your plugins file.
21
21
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.
23
25
```lua
24
26
{
25
27
"wakatime/vim-wakatime",
@@ -30,9 +32,11 @@
30
32
}
31
33
```
32
34
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`.
34
38
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).
0 commit comments