mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 14:50:19 +00:00
Cleaned up the "python-mode" section...
This whole section was worded a little funny, so I cleaned it up. Since I haven't used the module mentioned, I can't speak to what should really be here or if this is even a best practice...
This commit is contained in:
+8
-12
@@ -64,21 +64,17 @@ to do that which also shows status and warning messages in the statusbar would b
|
||||
Python-mode
|
||||
^^^^^^^^^^^
|
||||
|
||||
Python-mode_ is complex solution in VIM for work with python code.
|
||||
Python-mode_ is a complex solution in VIM for working with python code.
|
||||
It has:
|
||||
|
||||
- Async python code checking (pylint, pyflakes, pep8, mccabe) in any combination;
|
||||
- Code refactoring and autocompletion with Rope;
|
||||
- Fastest python folding;
|
||||
- Nice and powered python syntax;
|
||||
- Virtual env support;
|
||||
- Search by python documentation and run python code;
|
||||
- More other things like auto pep8 error fixes;
|
||||
- Very customizable and documented as well;
|
||||
- Have all required libraries in self;
|
||||
|
||||
And more stuff.
|
||||
- Async python code checking (pylint, pyflakes, pep8, mccabe) in any combination
|
||||
- Code refactoring and autocompletion with Rope
|
||||
- Fast python folding
|
||||
- Virtualenv support
|
||||
- Search by python documentation and run python code
|
||||
- Auto pep8 error fixes
|
||||
|
||||
And more.
|
||||
|
||||
.. _indent: http://www.vim.org/scripts/script.php?script_id=974
|
||||
.. _syntax: http://www.vim.org/scripts/script.php?script_id=790
|
||||
|
||||
Reference in New Issue
Block a user