1. pydiction

2. 默认 Vim 7.xx以上版本

python_pydiction.vim  -- Vim plugin that autocompletes Python code.

complete-dict         -- Dictionary file of Python keywords, modules, etc.

pydiction.py          -- Python script to add more words to complete-dict.

cd ~/.vim/bundle
git clone https://github.com/rkulla/pydiction.git cp ~/.vim/bundle/pydiction/after/ftplugin/python_pydiction.vim ~/.vim/after/ftplugin/python_pydiction.vim filetype plugin on let g:pydiction_location = '/path/to/complete-dict' # for example, if you used Pathogen to install Pydiction, you would set this to: let g:pydiction_location = '/home/user/.vim/bundle/pydiction/complete-dict' # and the dictionary will be available to all of your virtualenv's as well. # You can change the height of the completion menu by setting g:pydiction_menu_height in your vimrc: let g:pydiction_menu_height = 3 ( default : 8 )

最新文章

  1. 第五篇.Bootstrap 排版
  2. js 获取、清空 input type="file"的值 .(转)
  3. android软键盘的一些控制 转来的,格式有点乱
  4. CentOS 7.0安装配置LAMP服务器(Apache+PHP+MariaDB)
  5. 出现Warning:Gradle version 2.10 is required. Current version is 2.8.
  6. 使用Web Service进行网络编程-----Web Service简介
  7. 【Android 界面效果23】LayoutInflater作用及使用
  8. Coco2dx-3.0中怎样调用LUA
  9. ArcGIS 网络分析[8.6] 资料6 创建网络分析图层及进行路径分析
  10. sench touch 时间插件 扩展
  11. spark-sql将Rdd转换为DataFrame进行操作的两种方法
  12. 做到让DBCP连接池不超时
  13. Zabbix系列之一——zabbix3.4部署
  14. IO流的序列化和反序列化
  15. python 日期时间处理
  16. 常用技巧之JS判断数组中某元素出现次数
  17. 用CSS/CSS3 实现水平居中和垂直居中,水平垂直居中的方式
  18. Symfony 框架实战教程——第一天:创建项目(转)
  19. C# Winform防止闪频和再次运行
  20. bzoj 1191 超级英雄Hero

热门文章

  1. 常用http/https以及socks5代理总结
  2. python:id与小数据池与编码
  3. linux服务nfs与dhcp篇
  4. cookies的常见方式
  5. script 写在body和head的区别(WEUI中使用swiper删除)
  6. IDLE的GUI交互模式下完美清屏
  7. Linux输入子系统详解
  8. English-商务英文邮件例句100句
  9. mysql连接测试java脚本
  10. ReactiveX 学习笔记(20)使用 RxJava + RxBinding 进行 GUI 编程