File tree 1 file changed +19
-0
lines changed
Filter options
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
60
60
let g:syntastic_auto_loc_list=1
61
61
let g:syntastic_loc_list_height=5
62
62
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
+
63
81
64
82
.. _indent : http://www.vim.org/scripts/script.php?script_id=974
65
83
.. _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
68
86
.. _PEP8 : http://pypi.python.org/pypi/pep8/
69
87
.. _vim-pep8 : https://github.com/nvie/vim-pep8
70
88
.. _syntastic : https://github.com/scrooloose/syntastic
89
+ .. _Python-mode : https://github.com/klen/python-mode
71
90
72
91
.. todo :: add supertab notes
73
92
You can’t perform that action at this time.
0 commit comments