摘要: 1.文法高亮 为了能在Vim中支持Python文法需要用到插件python.vim,该插件默认位于(/usr/share/vim/vim72/)<Vim安装目录>/<$VIMRUNTIME>/syntax/下,如果你在该路径下没有找到这个插件,需要到python.vim : Enhanced version of the python syntax highlighting script下载。然后为了能让Vim识别Python文法需要在vimrc中添加:set filetype=pythonau BufNewFile,BufRead *.py,*.pyw setf py 阅读全文
posted @ 2013-06-18 10:29 曾先森在努力 阅读(668) 评论(0) 推荐(0)