Python-mode-klen


Ⅰ. 插件描述

python mode

Ⅱ. 基本信息

创建日期:  2013-12-04
使用用户:  58
Github星:  35
插件作者:  Kirill Klenov

Ⅲ. 安装方法

使用Vundle管理器安装

在你的.vimrc下添加:
Plugin '/python-mode-klen'
… 然后在Vim中运行以下命令:
:source %
:PluginInstall

对于Vundle版本 < 0.10.2,请用上面的Bundle替换Plugin。

使用NeoBundle管理器安装

在你的.vimrc下添加:
NeoBundle '/python-mode-klen'
… 然后在Vim中运行以下命令:
:source %
:NeoBundleInstall

使用VimPlug管理器安装

在你的.vimrc下添加:
Plug '/python-mode-klen'
… 然后在Vim中运行以下命令:
:source %
:PlugInstall

使用Pathogen管理器安装

在终端中运行以下命令:
cd ~/.vim/bundle
git clone https://github.com/vim-scripts/Python-mode-klen

Ⅳ. 文档说明

Python-mode is a vim plugin that allows you to use the pylint, rope, pydoc library in vim to provide features like python code looking for bugs, refactoring and some other usefull things.

This plugin allow you create python code in vim very easily. There is no need to install the pylint or rope library on your system.

See screencast here: http://t.co/3b0bzeXA (sory for quality, this my first screencasting)

Python-mode on github: https://github.com/klen/python-mode

添加新评论