Skip to content

Commit 313eaee

Browse files
author
Kenneth Reitz
committed
Merge pull request realpython#191 from klen/master
Added information about VIM python-mode plugin
2 parents 20e65a8 + 22088fd commit 313eaee

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

docs/dev/env.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,24 @@ to do that which also shows status and warning messages in the statusbar would b
6060
let g:syntastic_auto_loc_list=1
6161
let g:syntastic_loc_list_height=5
6262

63+
Python-mode
64+
^^^^^^^^^^^
65+
66+
Python-mode_ is complex solution in VIM for work with python code.
67+
It's have:
68+
69+
- Async python code checking (pylint, pyflakes, pep8, mccabe) in any combination;
70+
- Code refactoring and autocompletion with Rope;
71+
- Fastest python folding;
72+
- Nice and powered python syntax;
73+
- Virtual env support;
74+
- Search by python documentation and run python code;
75+
- More other things like auto pep8 error fixes;
76+
- Very customizable an documented as well;
77+
- Have all required libraries in self;
78+
79+
And more stuff.
80+
6381

6482
.. _indent: http://www.vim.org/scripts/script.php?script_id=974
6583
.. _syntax: http://www.vim.org/scripts/script.php?script_id=790
@@ -68,6 +86,7 @@ to do that which also shows status and warning messages in the statusbar would b
6886
.. _PEP8: http://pypi.python.org/pypi/pep8/
6987
.. _vim-pep8: https://github.com/nvie/vim-pep8
7088
.. _syntastic: https://github.com/scrooloose/syntastic
89+
.. _Python-mode: https://github.com/klen/python-mode
7190

7291
.. todo:: add supertab notes
7392

0 commit comments

Comments
 (0)