接下来安装python-syntax 安装这个module可以使用vim代码颜色提示更友好, python-syntax module must be kept on a specific directory: ~/.vim/syntax touch ~/.vimrc vim ~/.vimrc, 并添加下面code在vimrc顶部: set nocompatible filetype ...
The traditional ethos of Vim has been "Vim is my text editor; my OS is my IDE", meaning Vim users would write or edit a program in Vim then use git, grep, sed, awk, find, build, etc., etc., etc.