From 8e1eb55dcf32bdbe07d3bbd1c79f076f6a0d2124 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Wed, 4 Oct 2017 22:12:08 -0700 Subject: [PATCH] default python binary setting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eaf593d..1213709 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Screen Shots Configuring ----------- -#### Custom Commands: +#### Commands: * `:WakaTimeApiKey` - change the api key saved in your `~/.wakatime.cfg` * `:WakaTimeDebugEnable` - enable debug mode (may slow down Vim so disable when finished debugging) @@ -42,7 +42,7 @@ Configuring #### Vimrc Settings: - let g:wakatime_PythonBinary = '/usr/bin/python' + let g:wakatime_PythonBinary = '/usr/bin/python' " (Default: 'python') Tells the plugin to use a custom python binary. The default is to use `python` from your system PATH.