File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments