共计 350 个字符,预计需要花费 1 分钟才能阅读完成。
首选需要安装神器 pathogen 来管理所有的插件,具体安装可以看官网的介绍。
要记得把以下内容加入到 vimrc 文件中
execute pathogen#infect()
增强 tab 键的功能,建议安装。
python.vim
http://www.vim.org/scripts/script.php?script_id=790
pythoncomplete.vim
http://www.vim.org/scripts/script.php?script_id=1542
利用paramiko模块完成sftp和ssh的自动交互
用vim写python需要开启的选项