forked from luna/vim-rana-local
default python binary setting
This commit is contained in:
parent
52d942eaf7
commit
8e1eb55dcf
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue