Skip to content
This repository was archived by the owner on Sep 1, 2023. It is now read-only.

Commit feae831

Browse files
klencodito
authored andcommitted
Added documentation regarding pymode setting
1 parent 699da65 commit feae831

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

README.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,14 @@ To change this settings, edit your ``~/.vimrc``: ::
116116
let g:pymode_run_key = 'R'
117117

118118

119+
Loading the Plugin
120+
------------------
121+
122+
Default values: ::
123+
124+
" Load the whole plugin
125+
let g:pymode = 1
126+
119127
Python 3 support
120128
----------------
121129
.. note:: Requires vim to be compiled with ``python3`` support. You can verify it with

doc/pymode.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ to install the pylint or rope libraries on your system.
4545
This script provides the following options that can customise the behaviour of
4646
PythonMode. These options should be set in your vimrc.
4747

48+
|'pymode'| Turn off the whole plugin
49+
4850
|'pymode_py3k'| Enable support for python 3
4951

5052
|'pymode_paths'| Additional python paths for pymode
@@ -145,6 +147,13 @@ Set linters and mccabe complexity.
145147

146148
This changes will work only in current buffer.
147149

150+
------------------------------------------------------------------------------
151+
*'pymode'*
152+
Values: 0 or 1.
153+
Default: 1.
154+
155+
If this option is set to 0 then the whole plugin is disabled
156+
148157
------------------------------------------------------------------------------
149158
*'pymode_py3k'*
150159
Values: 0 or 1.

0 commit comments

Comments
 (0)