Skip to content

Commit 8def67a

Browse files
committed
Fix log location in docs
1 parent e872e78 commit 8def67a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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`
19-
19+
2020
Or with [Packer](https://github.com/wbthomason/packer.nvim): add `use 'wakatime/vim-wakatime'` to your plugins file.
2121

2222
2. Enter your [api key](https://wakatime.com/settings#apikey), then press `enter`.
@@ -50,11 +50,11 @@ WakaTime plugins also share a common [$WAKATIME_HOME/.wakatime.cfg config file][
5050

5151
Run `:WakaTimeDebugEnable` in Vim then run this Terminal command:
5252

53-
`tail -f ~/.wakatime.log`
53+
`tail -f ~/.wakatime/wakatime.log`
5454

55-
Enabling Debug Mode writes Vim Script errors to your Vim Status Bar and tells [wakatime-cli][wakatime-cli] to write verbose logs to `$WAKATIME_HOME/.wakatime.log`.
55+
Enabling Debug Mode writes Vim Script errors to your Vim Status Bar and tells [wakatime-cli][wakatime-cli] to write verbose logs to `$WAKATIME_HOME/.wakatime/wakatime.log`.
5656

57-
Debug mode can make it hard to find the real error because of all the extra logging, so also try disabling Debug Mode while tailing `~/.wakatime.log` and editing files in Vim.
57+
Debug mode can make it hard to find the real error because of all the extra logging, so also try disabling Debug Mode while tailing `~/.wakatime/wakatime.log` and editing files in Vim.
5858
With Debug Mode enabled, the plugin sends data synchronously so disable it when finished debugging with `:WakaTimeDebugDisable`.
5959

6060
The [How to Debug Plugins][how to debug] guide shows how to check when coding activity was last received from Vim use the [User Agents API][user agents api].

0 commit comments

Comments
 (0)