Tag - pysmell
配置了下 Fedora 11 下的 Vim (Django)
呃,现在是离不开 Vim 了。。
yum install gvim 后
开始配置各种插件
1.Pysmell 用来Python 的自动补全
easy_install pysmell
copy pysmell.vim to ~/.vim/plugins
edit ~/.vimrc:
autocmd FileType python setlocal omnifunc=pysmell#Co