This repository was archived by the owner on Sep 1, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+
119127Python 3 support
120128----------------
121129.. note :: Requires vim to be compiled with ``python3`` support. You can verify it with
Original file line number Diff line number Diff line change @@ -45,6 +45,8 @@ to install the pylint or rope libraries on your system.
4545This script provides the following options that can customise the behaviour of
4646PythonMode. 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
146148This 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'*
150159Values: 0 or 1.
You can’t perform that action at this time.
0 commit comments