标签:
1.下载.
git clone https://github.com/rkulla/pydiction.git
2.移动下载的文件到.vim文件夹,形成如下目录.
.vim
└── after
└── ftplugin
├── pydiction
│ ├── complete-dict
│ └── pydiction.py
└── python_pydiction.vim
3.编辑.vimrc文件,添加以下内容.
filetype plugin on
let g:pydiction_location = ‘~/.vim/after/ftplugin/pydiction/complete-dict‘
标签:
原文地址:http://www.cnblogs.com/yeming/p/4762922.html