返回信息流我用的vim:
1.怎么配置语言检查和拼写提示呢?
2.还有就是,第一次敲回车了,怎么样下次记忆,不用在敲回车了。
谢谢各位了
这是一条镜像帖。来源:北邮人论坛 / soft-design / #42300同步于 2012/5/14
该镜像源已超过 30 天没有更新,可能在源站已被删除。
SoftDesign机器人发帖
[python]ubuntu下有什么好的编辑器推荐
aa123456
2012/5/14镜像同步16 回复
订阅后,新回复会通过你的通知中心匿名送达。
9 条回复
install details
1. Make sure your vimrc has "filetype plugin indent on" so that pyflake-vim's ftplugin files are loaded automatically when you open a Python buffer.
2. Drop extracted files in ~/.vim/ftplugin/python.
3. That's it!
See the README for more info.
【 在 aa123456 的大作中提到: 】
: 我下载了,这是我放置的位置,然后还是没有提示呢
: 见图:[upload=1][/upload]
【 在 binux 的大作中提到: 】
: install details
: 1. Make sure your vimrc has "filetype plugin indent on" so that pyflake-vim's ftplugin files are loaded automatically when you open a Python buffer.
: 2. Drop extracted files in ~/.vim/ftplugin/python.
: ...................
1.配置了
2./usr/share/vim/ftplugin
我看其他的plugin是在/usr/share/vim/vimfiles/plugin下的。
然后在vim里没有错误高亮和提示啥的呢
你man过vim?知道那个目录是干嘛的?
【 在 aa123456 的大作中提到: 】
: 1.配置了[upload=1][/upload]
: 2./usr/share/vim/ftplugin
: 我看其他的plugin是在/usr/share/vim/vimfiles/plugin下的。
: ...................
【 在 aa123456 的大作中提到: 】
: 我用的vim:
: 1.怎么配置语言检查和拼写提示呢?
: 2.还有就是,第一次敲回车了,怎么样下次记忆,不用在敲回车了。
: ...................
别整那么费劲了,用 pydev吧,现在的机器跑没有问题
【 在 aa123456 的大作中提到: 】
: 1.配置了[upload=1][/upload]
: 2./usr/share/vim/ftplugin
: 我看其他的plugin是在/usr/share/vim/vimfiles/plugin下的。
: ...................
你应该先把vim用熟了,然后啥语言都会有你要的功能